Uses of Record Class
tech.icey.vk4j.handle.VkFence
Packages that use VkFence
-
Uses of VkFence in tech.icey.vk4j.command
Methods in tech.icey.vk4j.command with parameters of type VkFenceModifier and TypeMethodDescriptionintDeviceCommands.vkAcquireNextImageKHR(VkDevice device, VkSwapchainKHR swapchain, long timeout, @Nullable VkSemaphore semaphore, @Nullable VkFence fence, tech.icey.panama.buffer.IntBuffer pImageIndex) voidDeviceCommands.vkDestroyFence(VkDevice device, @Nullable VkFence fence, @Nullable VkAllocationCallbacks pAllocator) intDeviceCommands.vkGetFenceStatus(VkDevice device, VkFence fence) intDeviceCommands.vkQueueBindSparse(VkQueue queue, int bindInfoCount, @Nullable VkBindSparseInfo pBindInfo, @Nullable VkFence fence) intDeviceCommands.vkQueueSubmit(VkQueue queue, int submitCount, @Nullable VkSubmitInfo pSubmits, @Nullable VkFence fence) intDeviceCommands.vkQueueSubmit2(VkQueue queue, int submitCount, @Nullable VkSubmitInfo2 pSubmits, @Nullable VkFence fence) -
Uses of VkFence in tech.icey.vk4j.datatype
Methods in tech.icey.vk4j.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 tech.icey.vk4j.datatype with parameters of type VkFenceModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoid -
Uses of VkFence in tech.icey.vk4j.handle
Methods in tech.icey.vk4j.handle that return VkFenceModifier and TypeMethodDescriptionVkFence.Buffer.read()VkFence.Buffer.read(long index) VkFence[]VkFence.Buffer.readAll()Methods in tech.icey.vk4j.handle with parameters of type VkFence