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