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