Uses of Record Class
club.doki7.vulkan.datatype.VkSciSyncAttributesInfoNV
Packages that use VkSciSyncAttributesInfoNV
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkSciSyncAttributesInfoNV in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkSciSyncAttributesInfoNVModifier and TypeMethodDescriptionint
VkInstanceCommands.getPhysicalDeviceSciSyncAttributesNV
(VkPhysicalDevice physicalDevice, VkSciSyncAttributesInfoNV pSciSyncAttributesInfo, MemorySegment pAttributes) -
Uses of VkSciSyncAttributesInfoNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkSciSyncAttributesInfoNVModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkSciSyncAttributesInfoNV
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSciSyncAttributesInfoNVModifier and TypeMethodDescriptionstatic VkSciSyncAttributesInfoNV
@NotNull VkSciSyncAttributesInfoNV
VkSciSyncAttributesInfoNV.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkSciSyncAttributesInfoNV.clientType
(int value) static VkSciSyncAttributesInfoNV
VkSciSyncAttributesInfoNV.clone
(Arena arena, VkSciSyncAttributesInfoNV src) VkSciSyncAttributesInfoNV.primitiveType
(int value) VkSciSyncAttributesInfoNV.sType
(int value) VkSciSyncAttributesInfoNV.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkSciSyncAttributesInfoNVModifier and TypeMethodDescription@NotNull Iterator
<VkSciSyncAttributesInfoNV> VkSciSyncAttributesInfoNV.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkSciSyncAttributesInfoNVModifier and TypeMethodDescriptionstatic VkSciSyncAttributesInfoNV
VkSciSyncAttributesInfoNV.clone
(Arena arena, VkSciSyncAttributesInfoNV src) void
VkSciSyncAttributesInfoNV.Ptr.write
(long index, @NotNull VkSciSyncAttributesInfoNV value)