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