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