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