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