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