Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceLegacyVertexAttributesPropertiesEXT
Packages that use VkPhysicalDeviceLegacyVertexAttributesPropertiesEXT
-
Uses of VkPhysicalDeviceLegacyVertexAttributesPropertiesEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceLegacyVertexAttributesPropertiesEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkPhysicalDeviceLegacyVertexAttributesPropertiesEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceLegacyVertexAttributesPropertiesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceLegacyVertexAttributesPropertiesEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceLegacyVertexAttributesPropertiesEXT.clone
(Arena arena, VkPhysicalDeviceLegacyVertexAttributesPropertiesEXT src) VkPhysicalDeviceLegacyVertexAttributesPropertiesEXT.nativeUnalignedPerformance
(int value) VkPhysicalDeviceLegacyVertexAttributesPropertiesEXT.pNext
(@NotNull MemorySegment value) VkPhysicalDeviceLegacyVertexAttributesPropertiesEXT.sType
(int value) VkPhysicalDeviceLegacyVertexAttributesPropertiesEXT.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceLegacyVertexAttributesPropertiesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceLegacyVertexAttributesPropertiesEXT.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceLegacyVertexAttributesPropertiesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceLegacyVertexAttributesPropertiesEXT.clone
(Arena arena, VkPhysicalDeviceLegacyVertexAttributesPropertiesEXT src) void
VkPhysicalDeviceLegacyVertexAttributesPropertiesEXT.Ptr.write
(long index, @NotNull VkPhysicalDeviceLegacyVertexAttributesPropertiesEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceLegacyVertexAttributesPropertiesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceLegacyVertexAttributesPropertiesEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceLegacyVertexAttributesPropertiesEXT> consumer)