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 record
Represents a pointer to / an array ofVkDrawMeshTasksIndirectCommandNV
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDrawMeshTasksIndirectCommandNVModifier and TypeMethodDescription@NotNull VkDrawMeshTasksIndirectCommandNV
VkDrawMeshTasksIndirectCommandNV.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) void
VkDrawMeshTasksIndirectCommandNV.Ptr.write
(long index, @NotNull VkDrawMeshTasksIndirectCommandNV value)