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.PtrVkImageCopy.Ptr.at(long index, @NotNull Consumer<@NotNull VkImageCopy> consumer) @NotNull VkImageCopy.PtrVkImageCopy.Ptr.offset(long offset) @NotNull VkImageCopy.PtrVkImageCopy.Ptr.reinterpret(long newSize) Assume theVkImageCopy.Ptris capable of holding at leastnewSizestructures, create a new viewVkImageCopy.Ptrthat uses the same backing storage as thisVkImageCopy.Ptr, but with the new size.VkImageCopy.Ptr.slice(long end) @NotNull VkImageCopy.PtrVkImageCopy.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).