Uses of Record Class
club.doki7.vulkan.datatype.VkBufferCopy.Ptr
Packages that use VkBufferCopy.Ptr
-
Uses of VkBufferCopy.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkBufferCopy.PtrModifier and TypeMethodDescriptionstatic VkBufferCopy.PtrVkBufferCopy.Ptr.at(long index, @NotNull Consumer<@NotNull VkBufferCopy> consumer) @NotNull VkBufferCopy.PtrVkBufferCopy.Ptr.offset(long offset) @NotNull VkBufferCopy.PtrVkBufferCopy.Ptr.reinterpret(long newSize) Assume theVkBufferCopy.Ptris capable of holding at leastnewSizestructures, create a new viewVkBufferCopy.Ptrthat uses the same backing storage as thisVkBufferCopy.Ptr, but with the new size.VkBufferCopy.Ptr.slice(long end) @NotNull VkBufferCopy.PtrVkBufferCopy.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).