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