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 record
Represents a pointer to / an array ofVkDrawIndirectCommand
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDrawIndirectCommandModifier and TypeMethodDescriptionstatic VkDrawIndirectCommand
@NotNull VkDrawIndirectCommand
VkDrawIndirectCommand.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkDrawIndirectCommand
VkDrawIndirectCommand.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 VkDrawIndirectCommand
VkDrawIndirectCommand.clone
(Arena arena, VkDrawIndirectCommand src) void
VkDrawIndirectCommand.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)