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