Uses of Record Class
club.doki7.openxr.datatype.XrCompositionLayerBaseHeader.Ptr
Packages that use XrCompositionLayerBaseHeader.Ptr
-
Uses of XrCompositionLayerBaseHeader.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrCompositionLayerBaseHeader.PtrModifier and TypeMethodDescriptionXrCompositionLayerBaseHeader.Ptr.at
(long index, @NotNull Consumer<@NotNull XrCompositionLayerBaseHeader> consumer) XrRecommendedLayerResolutionGetInfoMETA.layer
(int assumedCount) @NotNull XrCompositionLayerBaseHeader.Ptr
XrCompositionLayerBaseHeader.Ptr.offset
(long offset) @NotNull XrCompositionLayerBaseHeader.Ptr
XrCompositionLayerBaseHeader.Ptr.reinterpret
(long newSize) Assume theXrCompositionLayerBaseHeader.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrCompositionLayerBaseHeader.Ptr
that uses the same backing storage as thisXrCompositionLayerBaseHeader.Ptr
, but with the new size.XrCompositionLayerBaseHeader.Ptr.slice
(long end) @NotNull XrCompositionLayerBaseHeader.Ptr
XrCompositionLayerBaseHeader.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).