Uses of Record Class
club.doki7.vulkan.datatype.VkDrawMeshTasksIndirectCommandEXT
Packages that use VkDrawMeshTasksIndirectCommandEXT
-
Uses of VkDrawMeshTasksIndirectCommandEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkDrawMeshTasksIndirectCommandEXTModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkDrawMeshTasksIndirectCommandEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDrawMeshTasksIndirectCommandEXTModifier and TypeMethodDescription@NotNull VkDrawMeshTasksIndirectCommandEXTVkDrawMeshTasksIndirectCommandEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkDrawMeshTasksIndirectCommandEXT.clone(Arena arena, VkDrawMeshTasksIndirectCommandEXT src) VkDrawMeshTasksIndirectCommandEXT.groupCountX(int value) VkDrawMeshTasksIndirectCommandEXT.groupCountY(int value) VkDrawMeshTasksIndirectCommandEXT.groupCountZ(int value) VkDrawMeshTasksIndirectCommandEXT.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkDrawMeshTasksIndirectCommandEXTModifier and TypeMethodDescription@NotNull Iterator<VkDrawMeshTasksIndirectCommandEXT> VkDrawMeshTasksIndirectCommandEXT.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkDrawMeshTasksIndirectCommandEXTModifier and TypeMethodDescriptionVkDrawMeshTasksIndirectCommandEXT.clone(Arena arena, VkDrawMeshTasksIndirectCommandEXT src) voidVkDrawMeshTasksIndirectCommandEXT.Ptr.write(long index, @NotNull VkDrawMeshTasksIndirectCommandEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkDrawMeshTasksIndirectCommandEXTModifier and TypeMethodDescriptionVkDrawMeshTasksIndirectCommandEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkDrawMeshTasksIndirectCommandEXT> consumer)