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 recordRepresents a pointer to / an array ofVkMultiDrawInfoEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkMultiDrawInfoEXTModifier and TypeMethodDescriptionstatic VkMultiDrawInfoEXT@NotNull VkMultiDrawInfoEXTVkMultiDrawInfoEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkMultiDrawInfoEXTVkMultiDrawInfoEXT.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 VkMultiDrawInfoEXTVkMultiDrawInfoEXT.clone(Arena arena, VkMultiDrawInfoEXT src) voidVkMultiDrawInfoEXT.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)