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