Uses of Record Class
club.doki7.vulkan.datatype.VkSemaphoreTypeCreateInfo
Packages that use VkSemaphoreTypeCreateInfo
-
Uses of VkSemaphoreTypeCreateInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkSemaphoreTypeCreateInfoModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkSemaphoreTypeCreateInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSemaphoreTypeCreateInfoModifier and TypeMethodDescriptionstatic VkSemaphoreTypeCreateInfo
@NotNull VkSemaphoreTypeCreateInfo
VkSemaphoreTypeCreateInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkSemaphoreTypeCreateInfo
VkSemaphoreTypeCreateInfo.clone
(Arena arena, VkSemaphoreTypeCreateInfo src) VkSemaphoreTypeCreateInfo.initialValue
(long value) VkSemaphoreTypeCreateInfo.pNext
(@NotNull MemorySegment value) VkSemaphoreTypeCreateInfo.semaphoreType
(int value) VkSemaphoreTypeCreateInfo.sType
(int value) VkSemaphoreTypeCreateInfo.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkSemaphoreTypeCreateInfoModifier and TypeMethodDescription@NotNull Iterator
<VkSemaphoreTypeCreateInfo> VkSemaphoreTypeCreateInfo.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkSemaphoreTypeCreateInfoModifier and TypeMethodDescriptionstatic VkSemaphoreTypeCreateInfo
VkSemaphoreTypeCreateInfo.clone
(Arena arena, VkSemaphoreTypeCreateInfo src) void
VkSemaphoreTypeCreateInfo.Ptr.write
(long index, @NotNull VkSemaphoreTypeCreateInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkSemaphoreTypeCreateInfoModifier and TypeMethodDescriptionVkSemaphoreTypeCreateInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull VkSemaphoreTypeCreateInfo> consumer)