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