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 TypeMethodDescriptionintVkDeviceCommands.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 recordRepresents a pointer to / an array ofVkSemaphoreGetSciSyncInfoNVstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSemaphoreGetSciSyncInfoNVModifier and TypeMethodDescriptionstatic VkSemaphoreGetSciSyncInfoNV@NotNull VkSemaphoreGetSciSyncInfoNVVkSemaphoreGetSciSyncInfoNV.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkSemaphoreGetSciSyncInfoNVVkSemaphoreGetSciSyncInfoNV.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 VkSemaphoreGetSciSyncInfoNVVkSemaphoreGetSciSyncInfoNV.clone(Arena arena, VkSemaphoreGetSciSyncInfoNV src) voidVkSemaphoreGetSciSyncInfoNV.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)