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