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