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 TypeMethodDescriptionVkCopyMemoryIndirectCommandNV.Ptr.at(long index, @NotNull Consumer<@NotNull VkCopyMemoryIndirectCommandNV> consumer) @NotNull VkCopyMemoryIndirectCommandNV.PtrVkCopyMemoryIndirectCommandNV.Ptr.offset(long offset) @NotNull VkCopyMemoryIndirectCommandNV.PtrVkCopyMemoryIndirectCommandNV.Ptr.reinterpret(long newSize) Assume theVkCopyMemoryIndirectCommandNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkCopyMemoryIndirectCommandNV.Ptrthat uses the same backing storage as thisVkCopyMemoryIndirectCommandNV.Ptr, but with the new size.VkCopyMemoryIndirectCommandNV.Ptr.slice(long end) @NotNull VkCopyMemoryIndirectCommandNV.PtrVkCopyMemoryIndirectCommandNV.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).