Uses of Record Class
club.doki7.vulkan.datatype.VkCopyImageInfo2.Ptr
Packages that use VkCopyImageInfo2.Ptr
-
Uses of VkCopyImageInfo2.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkCopyImageInfo2.PtrModifier and TypeMethodDescriptionstatic VkCopyImageInfo2.Ptr
@NotNull VkCopyImageInfo2.Ptr
VkCopyImageInfo2.Ptr.offset
(long offset) @NotNull VkCopyImageInfo2.Ptr
VkCopyImageInfo2.Ptr.reinterpret
(long newSize) Assume theVkCopyImageInfo2.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkCopyImageInfo2.Ptr
that uses the same backing storage as thisVkCopyImageInfo2.Ptr
, but with the new size.VkCopyImageInfo2.Ptr.slice
(long end) @NotNull VkCopyImageInfo2.Ptr
VkCopyImageInfo2.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).