Uses of Record Class
club.doki7.vulkan.datatype.VkVertexInputAttributeDescription2EXT
Packages that use VkVertexInputAttributeDescription2EXT
-
Uses of VkVertexInputAttributeDescription2EXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkVertexInputAttributeDescription2EXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkVertexInputAttributeDescription2EXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkVertexInputAttributeDescription2EXTModifier and TypeMethodDescriptionVkVertexInputAttributeDescription2EXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkVertexInputAttributeDescription2EXT.binding
(int value) VkVertexInputAttributeDescription2EXT.clone
(Arena arena, VkVertexInputAttributeDescription2EXT src) VkVertexInputAttributeDescription2EXT.format
(int value) VkVertexInputAttributeDescription2EXT.location
(int value) VkVertexInputAttributeDescription2EXT.offset
(int value) VkVertexInputAttributeDescription2EXT.sType
(int value) VkVertexInputAttributeDescription2EXT.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkVertexInputAttributeDescription2EXTMethods in club.doki7.vulkan.datatype with parameters of type VkVertexInputAttributeDescription2EXTModifier and TypeMethodDescriptionVkVertexInputAttributeDescription2EXT.clone
(Arena arena, VkVertexInputAttributeDescription2EXT src) void
VkVertexInputAttributeDescription2EXT.Ptr.write
(long index, @NotNull VkVertexInputAttributeDescription2EXT value)