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 recordRepresents a pointer to / an array ofVkPhysicalDeviceMultiDrawPropertiesEXTstructure(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.pNext(@NotNull MemorySegment 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) voidVkPhysicalDeviceMultiDrawPropertiesEXT.Ptr.write(long index, @NotNull VkPhysicalDeviceMultiDrawPropertiesEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceMultiDrawPropertiesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceMultiDrawPropertiesEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceMultiDrawPropertiesEXT> consumer)