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