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