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