Uses of Record Class
club.doki7.vulkan.datatype.VkDrawMeshTasksIndirectCommandNV
Packages that use VkDrawMeshTasksIndirectCommandNV
-
Uses of VkDrawMeshTasksIndirectCommandNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkDrawMeshTasksIndirectCommandNVModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkDrawMeshTasksIndirectCommandNVstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDrawMeshTasksIndirectCommandNVModifier and TypeMethodDescription@NotNull VkDrawMeshTasksIndirectCommandNVVkDrawMeshTasksIndirectCommandNV.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkDrawMeshTasksIndirectCommandNV.clone(Arena arena, VkDrawMeshTasksIndirectCommandNV src) VkDrawMeshTasksIndirectCommandNV.firstTask(int value) VkDrawMeshTasksIndirectCommandNV.taskCount(int value) VkDrawMeshTasksIndirectCommandNV.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkDrawMeshTasksIndirectCommandNVModifier and TypeMethodDescription@NotNull Iterator<VkDrawMeshTasksIndirectCommandNV> VkDrawMeshTasksIndirectCommandNV.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkDrawMeshTasksIndirectCommandNVModifier and TypeMethodDescriptionVkDrawMeshTasksIndirectCommandNV.clone(Arena arena, VkDrawMeshTasksIndirectCommandNV src) voidVkDrawMeshTasksIndirectCommandNV.Ptr.write(long index, @NotNull VkDrawMeshTasksIndirectCommandNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkDrawMeshTasksIndirectCommandNVModifier and TypeMethodDescriptionVkDrawMeshTasksIndirectCommandNV.Ptr.at(long index, @NotNull Consumer<@NotNull VkDrawMeshTasksIndirectCommandNV> consumer)