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