Uses of Record Class
club.doki7.vulkan.datatype.VkDrawMeshTasksIndirectCommandEXT.Ptr
Packages that use VkDrawMeshTasksIndirectCommandEXT.Ptr
-
Uses of VkDrawMeshTasksIndirectCommandEXT.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkDrawMeshTasksIndirectCommandEXT.PtrModifier and TypeMethodDescriptionVkDrawMeshTasksIndirectCommandEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull VkDrawMeshTasksIndirectCommandEXT> consumer) VkDrawMeshTasksIndirectCommandEXT.Ptr.offset
(long offset) VkDrawMeshTasksIndirectCommandEXT.Ptr.reinterpret
(long newSize) Assume theVkDrawMeshTasksIndirectCommandEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDrawMeshTasksIndirectCommandEXT.Ptr
that uses the same backing storage as thisVkDrawMeshTasksIndirectCommandEXT.Ptr
, but with the new size.VkDrawMeshTasksIndirectCommandEXT.Ptr.slice
(long end) VkDrawMeshTasksIndirectCommandEXT.Ptr.slice
(long start, long end) Note that this function uses theList.subList(int, int)
semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)
semantics (offset + newSize).