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