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