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