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 TypeMethodDescriptionintVkDeviceCommands.acquireNextImageKHR(VkDevice device, VkSwapchainKHR swapchain, long timeout, @Nullable VkSemaphore semaphore, @Nullable VkFence fence, IntPtr pImageIndex) voidVkDeviceCommands.destroyFence(VkDevice device, @Nullable VkFence fence, @Nullable VkAllocationCallbacks pAllocator) intVkDeviceCommands.getFenceStatus(VkDevice device, VkFence fence) intVkDeviceCommands.queueBindSparse(VkQueue queue, int bindInfoCount, @Nullable IVkBindSparseInfo pBindInfo, @Nullable VkFence fence) intVkDeviceCommands.queueSubmit(VkQueue queue, int submitCount, @Nullable IVkSubmitInfo pSubmits, @Nullable VkFence fence) intVkDeviceCommands.queueSubmit2(VkQueue queue, int submitCount, @Nullable IVkSubmitInfo2 pSubmits, @Nullable VkFence fence) intVkDeviceCommands.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 VkFenceVkAcquireNextImageInfoKHR.fence()@Nullable VkFenceVkFenceGetFdInfoKHR.fence()@Nullable VkFenceVkFenceGetSciSyncInfoNV.fence()@Nullable VkFenceVkFenceGetWin32HandleInfoKHR.fence()@Nullable VkFenceVkImportFenceFdInfoKHR.fence()@Nullable VkFenceVkImportFenceSciSyncInfoNV.fence()@Nullable VkFenceVkImportFenceWin32HandleInfoKHR.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 recordRepresents a pointer toVkFencehandle(s) in native memory.Methods in club.doki7.vulkan.handle that return VkFenceModifier and TypeMethodDescription@Nullable VkFenceVkFence.Ptr.read()@Nullable VkFenceVkFence.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.PtrVkFence.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable VkFence> values)