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