Uses of Record Class
club.doki7.vulkan.datatype.VkDispatchIndirectCommand
Packages that use VkDispatchIndirectCommand
-
Uses of VkDispatchIndirectCommand in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkDispatchIndirectCommandModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkDispatchIndirectCommand
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDispatchIndirectCommandModifier and TypeMethodDescriptionstatic VkDispatchIndirectCommand
@NotNull VkDispatchIndirectCommand
VkDispatchIndirectCommand.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkDispatchIndirectCommand
VkDispatchIndirectCommand.clone
(Arena arena, VkDispatchIndirectCommand src) VkDispatchIndirectCommand.Ptr.toArray()
VkDispatchIndirectCommand.x
(int value) VkDispatchIndirectCommand.y
(int value) VkDispatchIndirectCommand.z
(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkDispatchIndirectCommandModifier and TypeMethodDescription@NotNull Iterator
<VkDispatchIndirectCommand> VkDispatchIndirectCommand.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkDispatchIndirectCommandModifier and TypeMethodDescriptionstatic VkDispatchIndirectCommand
VkDispatchIndirectCommand.clone
(Arena arena, VkDispatchIndirectCommand src) void
VkDispatchIndirectCommand.Ptr.write
(long index, @NotNull VkDispatchIndirectCommand value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkDispatchIndirectCommandModifier and TypeMethodDescriptionVkDispatchIndirectCommand.Ptr.at
(long index, @NotNull Consumer<@NotNull VkDispatchIndirectCommand> consumer)