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