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