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