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 TypeMethodDescriptionintVkInstanceCommands.getPhysicalDeviceSciSyncAttributesNV(VkPhysicalDevice physicalDevice, VkSciSyncAttributesInfoNV pSciSyncAttributesInfo, @NotNull 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 recordRepresents a pointer to / an array ofVkSciSyncAttributesInfoNVstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSciSyncAttributesInfoNVModifier and TypeMethodDescriptionstatic VkSciSyncAttributesInfoNV@NotNull VkSciSyncAttributesInfoNVVkSciSyncAttributesInfoNV.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkSciSyncAttributesInfoNV.clientType(int value) static VkSciSyncAttributesInfoNVVkSciSyncAttributesInfoNV.clone(Arena arena, VkSciSyncAttributesInfoNV src) VkSciSyncAttributesInfoNV.pNext(@NotNull MemorySegment value) 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 VkSciSyncAttributesInfoNVVkSciSyncAttributesInfoNV.clone(Arena arena, VkSciSyncAttributesInfoNV src) voidVkSciSyncAttributesInfoNV.Ptr.write(long index, @NotNull VkSciSyncAttributesInfoNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkSciSyncAttributesInfoNVModifier and TypeMethodDescriptionVkSciSyncAttributesInfoNV.Ptr.at(long index, @NotNull Consumer<@NotNull VkSciSyncAttributesInfoNV> consumer)