Uses of Record Class
club.doki7.vulkan.datatype.VkBufferImageCopy2.Ptr
Packages that use VkBufferImageCopy2.Ptr
-
Uses of VkBufferImageCopy2.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkBufferImageCopy2.PtrModifier and TypeMethodDescriptionstatic VkBufferImageCopy2.PtrVkBufferImageCopy2.Ptr.at(long index, @NotNull Consumer<@NotNull VkBufferImageCopy2> consumer) @NotNull VkBufferImageCopy2.PtrVkBufferImageCopy2.Ptr.offset(long offset) VkCopyBufferToImageInfo2.pRegions(int assumedCount) VkCopyImageToBufferInfo2.pRegions(int assumedCount) @NotNull VkBufferImageCopy2.PtrVkBufferImageCopy2.Ptr.reinterpret(long newSize) Assume theVkBufferImageCopy2.Ptris capable of holding at leastnewSizestructures, create a new viewVkBufferImageCopy2.Ptrthat uses the same backing storage as thisVkBufferImageCopy2.Ptr, but with the new size.VkBufferImageCopy2.Ptr.slice(long end) @NotNull VkBufferImageCopy2.PtrVkBufferImageCopy2.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).