Uses of Record Class
club.doki7.vulkan.datatype.VkSemaphoreWaitInfo
Packages that use VkSemaphoreWaitInfo
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkSemaphoreWaitInfo in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkSemaphoreWaitInfoModifier and TypeMethodDescriptionintVkDeviceCommands.waitSemaphores(VkDevice device, VkSemaphoreWaitInfo pWaitInfo, long timeout) intVkDeviceCommands.waitSemaphoresKHR(VkDevice device, VkSemaphoreWaitInfo pWaitInfo, long timeout) -
Uses of VkSemaphoreWaitInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkSemaphoreWaitInfoModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkSemaphoreWaitInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSemaphoreWaitInfoModifier and TypeMethodDescriptionstatic VkSemaphoreWaitInfo@NotNull VkSemaphoreWaitInfoVkSemaphoreWaitInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkSemaphoreWaitInfoVkSemaphoreWaitInfo.clone(Arena arena, VkSemaphoreWaitInfo src) VkSemaphoreWaitInfo.flags(int value) VkSemaphoreWaitInfo.pNext(@NotNull MemorySegment value) VkSemaphoreWaitInfo.pSemaphores(VkSemaphore.Ptr value) VkSemaphoreWaitInfo.semaphoreCount(int value) VkSemaphoreWaitInfo.sType(int value) VkSemaphoreWaitInfo.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkSemaphoreWaitInfoModifier and TypeMethodDescription@NotNull Iterator<VkSemaphoreWaitInfo> VkSemaphoreWaitInfo.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkSemaphoreWaitInfoModifier and TypeMethodDescriptionstatic VkSemaphoreWaitInfoVkSemaphoreWaitInfo.clone(Arena arena, VkSemaphoreWaitInfo src) voidVkSemaphoreWaitInfo.Ptr.write(long index, @NotNull VkSemaphoreWaitInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkSemaphoreWaitInfoModifier and TypeMethodDescriptionVkSemaphoreWaitInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VkSemaphoreWaitInfo> consumer)