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.Ptr
XrSemanticLabelsFB.Ptr.at
(long index, @NotNull Consumer<@NotNull XrSemanticLabelsFB> consumer) @NotNull XrSemanticLabelsFB.Ptr
XrSemanticLabelsFB.Ptr.offset
(long offset) @NotNull XrSemanticLabelsFB.Ptr
XrSemanticLabelsFB.Ptr.reinterpret
(long newSize) Assume theXrSemanticLabelsFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSemanticLabelsFB.Ptr
that uses the same backing storage as thisXrSemanticLabelsFB.Ptr
, but with the new size.XrSemanticLabelsFB.Ptr.slice
(long end) @NotNull XrSemanticLabelsFB.Ptr
XrSemanticLabelsFB.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).