Uses of Record Class
club.doki7.vulkan.datatype.VkCopyMemoryIndirectCommandNV.Ptr
Packages that use VkCopyMemoryIndirectCommandNV.Ptr
-
Uses of VkCopyMemoryIndirectCommandNV.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkCopyMemoryIndirectCommandNV.PtrModifier and TypeMethodDescription@NotNull VkCopyMemoryIndirectCommandNV.Ptr
VkCopyMemoryIndirectCommandNV.Ptr.offset
(long offset) @NotNull VkCopyMemoryIndirectCommandNV.Ptr
VkCopyMemoryIndirectCommandNV.Ptr.reinterpret
(long newSize) Assume theVkCopyMemoryIndirectCommandNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkCopyMemoryIndirectCommandNV.Ptr
that uses the same backing storage as thisVkCopyMemoryIndirectCommandNV.Ptr
, but with the new size.VkCopyMemoryIndirectCommandNV.Ptr.slice
(long end) @NotNull VkCopyMemoryIndirectCommandNV.Ptr
VkCopyMemoryIndirectCommandNV.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).