Uses of Record Class
club.doki7.vulkan.datatype.VkSemaphoreCreateInfo
Packages that use VkSemaphoreCreateInfo
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkSemaphoreCreateInfo in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkSemaphoreCreateInfoModifier and TypeMethodDescriptionint
VkDeviceCommands.createSemaphore
(VkDevice device, VkSemaphoreCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSemaphore.Ptr pSemaphore) -
Uses of VkSemaphoreCreateInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkSemaphoreCreateInfoModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkSemaphoreCreateInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSemaphoreCreateInfoModifier and TypeMethodDescriptionstatic VkSemaphoreCreateInfo
@NotNull VkSemaphoreCreateInfo
VkSemaphoreCreateInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkSemaphoreCreateInfo
VkSemaphoreCreateInfo.clone
(Arena arena, VkSemaphoreCreateInfo src) VkSemaphoreCreateInfo.flags
(int value) VkSemaphoreCreateInfo.pNext
(@NotNull MemorySegment value) VkSemaphoreCreateInfo.sType
(int value) VkSemaphoreCreateInfo.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkSemaphoreCreateInfoModifier and TypeMethodDescription@NotNull Iterator
<VkSemaphoreCreateInfo> VkSemaphoreCreateInfo.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkSemaphoreCreateInfoModifier and TypeMethodDescriptionstatic VkSemaphoreCreateInfo
VkSemaphoreCreateInfo.clone
(Arena arena, VkSemaphoreCreateInfo src) void
VkSemaphoreCreateInfo.Ptr.write
(long index, @NotNull VkSemaphoreCreateInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkSemaphoreCreateInfoModifier and TypeMethodDescriptionVkSemaphoreCreateInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull VkSemaphoreCreateInfo> consumer)