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