Uses of Record Class
club.doki7.sdl3.handle.SDL_GPUFence
Packages that use SDL_GPUFence
-
Uses of SDL_GPUFence in club.doki7.sdl3
Methods in club.doki7.sdl3 that return SDL_GPUFenceModifier and TypeMethodDescriptionSDL3.submitGPUCommandBufferAndAcquireFence
(@Nullable SDL_GPUCommandBuffer command_buffer) Submits a command buffer so its commands can be processed on the GPU, and acquires a fence associated with the command buffer.Methods in club.doki7.sdl3 with parameters of type SDL_GPUFenceModifier and TypeMethodDescriptionboolean
SDL3.queryGPUFence
(@Nullable SDL_GPUDevice device, @Nullable SDL_GPUFence fence) Checks the status of a fence.void
SDL3.releaseGPUFence
(@Nullable SDL_GPUDevice device, @Nullable SDL_GPUFence fence) Releases a fence obtained from SDL_SubmitGPUCommandBufferAndAcquireFence. -
Uses of SDL_GPUFence in club.doki7.sdl3.handle
Classes in club.doki7.sdl3.handle that implement interfaces with type arguments of type SDL_GPUFenceModifier and TypeClassDescriptionstatic final record
Represents a pointer toSDL_GPUFence
handle(s) in native memory.Methods in club.doki7.sdl3.handle that return SDL_GPUFenceModifier and TypeMethodDescription@Nullable SDL_GPUFence
SDL_GPUFence.Ptr.read()
@Nullable SDL_GPUFence
SDL_GPUFence.Ptr.read
(long index) Methods in club.doki7.sdl3.handle that return types with arguments of type SDL_GPUFenceMethods in club.doki7.sdl3.handle with parameters of type SDL_GPUFenceModifier and TypeMethodDescriptionstatic SDL_GPUFence.Ptr
SDL_GPUFence.Ptr.allocate
(Arena arena, @Nullable SDL_GPUFence[] values) static SDL_GPUFence.Ptr
SDL_GPUFence.Ptr.allocateV
(Arena arena, @Nullable SDL_GPUFence value0, @Nullable SDL_GPUFence... values) void
SDL_GPUFence.Ptr.write
(long index, @Nullable SDL_GPUFence value) void
SDL_GPUFence.Ptr.write
(@Nullable SDL_GPUFence value) void
SDL_GPUFence.Ptr.write
(@Nullable SDL_GPUFence[] values) void
SDL_GPUFence.Ptr.writeV
(@Nullable SDL_GPUFence value0, @Nullable SDL_GPUFence... values)