Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceVertexAttributeDivisorProperties
Packages that use VkPhysicalDeviceVertexAttributeDivisorProperties
-
Uses of VkPhysicalDeviceVertexAttributeDivisorProperties in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceVertexAttributeDivisorPropertiesModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkPhysicalDeviceVertexAttributeDivisorProperties
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceVertexAttributeDivisorPropertiesModifier and TypeMethodDescriptionVkPhysicalDeviceVertexAttributeDivisorProperties.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceVertexAttributeDivisorProperties.clone
(Arena arena, VkPhysicalDeviceVertexAttributeDivisorProperties src) VkPhysicalDeviceVertexAttributeDivisorProperties.maxVertexAttribDivisor
(int value) VkPhysicalDeviceVertexAttributeDivisorProperties.sType
(int value) VkPhysicalDeviceVertexAttributeDivisorProperties.supportsNonZeroFirstInstance
(int value) VkPhysicalDeviceVertexAttributeDivisorProperties.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceVertexAttributeDivisorPropertiesModifier and TypeMethodDescriptionVkPhysicalDeviceVertexAttributeDivisorProperties.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceVertexAttributeDivisorPropertiesModifier and TypeMethodDescriptionVkPhysicalDeviceVertexAttributeDivisorProperties.clone
(Arena arena, VkPhysicalDeviceVertexAttributeDivisorProperties src) void
VkPhysicalDeviceVertexAttributeDivisorProperties.Ptr.write
(long index, @NotNull VkPhysicalDeviceVertexAttributeDivisorProperties value)