Uses of Record Class
club.doki7.vulkan.handle.VkFence
Packages that use VkFence
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.Opaque handle types of Vulkan API.
-
Uses of VkFence in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkFenceModifier and TypeMethodDescriptionint
VkDeviceCommands.acquireNextImageKHR
(VkDevice device, VkSwapchainKHR swapchain, long timeout, @Nullable VkSemaphore semaphore, @Nullable VkFence fence, IntPtr pImageIndex) void
VkDeviceCommands.destroyFence
(VkDevice device, @Nullable VkFence fence, @Nullable VkAllocationCallbacks pAllocator) int
VkDeviceCommands.getFenceStatus
(VkDevice device, VkFence fence) int
VkDeviceCommands.queueBindSparse
(VkQueue queue, int bindInfoCount, @Nullable IVkBindSparseInfo pBindInfo, @Nullable VkFence fence) int
VkDeviceCommands.queueSubmit
(VkQueue queue, int submitCount, @Nullable IVkSubmitInfo pSubmits, @Nullable VkFence fence) int
VkDeviceCommands.queueSubmit2
(VkQueue queue, int submitCount, @Nullable IVkSubmitInfo2 pSubmits, @Nullable VkFence fence) int
VkDeviceCommands.queueSubmit2KHR
(VkQueue queue, int submitCount, @Nullable IVkSubmitInfo2 pSubmits, @Nullable VkFence fence) -
Uses of VkFence in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkFenceModifier and TypeMethodDescription@Nullable VkFence
VkAcquireNextImageInfoKHR.fence()
@Nullable VkFence
VkFenceGetFdInfoKHR.fence()
@Nullable VkFence
VkFenceGetSciSyncInfoNV.fence()
@Nullable VkFence
VkFenceGetWin32HandleInfoKHR.fence()
@Nullable VkFence
VkImportFenceFdInfoKHR.fence()
@Nullable VkFence
VkImportFenceSciSyncInfoNV.fence()
@Nullable VkFence
VkImportFenceWin32HandleInfoKHR.fence()
Methods in club.doki7.vulkan.datatype with parameters of type VkFenceModifier and TypeMethodDescription -
Uses of VkFence in club.doki7.vulkan.handle
Classes in club.doki7.vulkan.handle that implement interfaces with type arguments of type VkFenceModifier and TypeClassDescriptionstatic final record
Represents a pointer toVkFence
handle(s) in native memory.Methods in club.doki7.vulkan.handle that return VkFenceModifier and TypeMethodDescription@Nullable VkFence
VkFence.Ptr.read()
@Nullable VkFence
VkFence.Ptr.read
(long index) Methods in club.doki7.vulkan.handle that return types with arguments of type VkFenceMethods in club.doki7.vulkan.handle with parameters of type VkFenceMethod parameters in club.doki7.vulkan.handle with type arguments of type VkFenceModifier and TypeMethodDescriptionstatic VkFence.Ptr
VkFence.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable VkFence> values)