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 recordRepresents a pointer to / an array ofVkDispatchIndirectCommandstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDispatchIndirectCommandModifier and TypeMethodDescriptionstatic VkDispatchIndirectCommand@NotNull VkDispatchIndirectCommandVkDispatchIndirectCommand.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkDispatchIndirectCommandVkDispatchIndirectCommand.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 VkDispatchIndirectCommandVkDispatchIndirectCommand.clone(Arena arena, VkDispatchIndirectCommand src) voidVkDispatchIndirectCommand.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)