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.Ptr
@NotNull VkMemoryToImageCopy.Ptr
VkMemoryToImageCopy.Ptr.offset
(long offset) VkCopyMemoryToImageInfo.pRegions
(int assumedCount) @NotNull VkMemoryToImageCopy.Ptr
VkMemoryToImageCopy.Ptr.reinterpret
(long newSize) Assume theVkMemoryToImageCopy.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkMemoryToImageCopy.Ptr
that uses the same backing storage as thisVkMemoryToImageCopy.Ptr
, but with the new size.VkMemoryToImageCopy.Ptr.slice
(long end) @NotNull VkMemoryToImageCopy.Ptr
VkMemoryToImageCopy.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).