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 TypeMethodDescriptionint
VkDeviceCommands.waitSemaphores
(VkDevice device, VkSemaphoreWaitInfo pWaitInfo, long timeout) int
VkDeviceCommands.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 record
Represents a pointer to / an array ofVkSemaphoreWaitInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSemaphoreWaitInfoModifier and TypeMethodDescriptionstatic VkSemaphoreWaitInfo
@NotNull VkSemaphoreWaitInfo
VkSemaphoreWaitInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkSemaphoreWaitInfo
VkSemaphoreWaitInfo.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 VkSemaphoreWaitInfo
VkSemaphoreWaitInfo.clone
(Arena arena, VkSemaphoreWaitInfo src) void
VkSemaphoreWaitInfo.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)