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 TypeMethodDescriptionbooleanSDL3.queryGPUFence(@Nullable SDL_GPUDevice device, @Nullable SDL_GPUFence fence) Checks the status of a fence.voidSDL3.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 recordRepresents a pointer toSDL_GPUFencehandle(s) in native memory.Methods in club.doki7.sdl3.handle that return SDL_GPUFenceModifier and TypeMethodDescription@Nullable SDL_GPUFenceSDL_GPUFence.Ptr.read()@Nullable SDL_GPUFenceSDL_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.PtrSDL_GPUFence.Ptr.allocate(Arena arena, @Nullable SDL_GPUFence[] values) static SDL_GPUFence.PtrSDL_GPUFence.Ptr.allocateV(Arena arena, @Nullable SDL_GPUFence value0, @Nullable SDL_GPUFence... values) voidSDL_GPUFence.Ptr.write(long index, @Nullable SDL_GPUFence value) voidSDL_GPUFence.Ptr.write(@Nullable SDL_GPUFence value) voidSDL_GPUFence.Ptr.write(@Nullable SDL_GPUFence[] values) voidSDL_GPUFence.Ptr.writeV(@Nullable SDL_GPUFence value0, @Nullable SDL_GPUFence... values)