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