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