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.PtrXrCompositionLayerBaseHeader.Ptr.offset(long offset) @NotNull XrCompositionLayerBaseHeader.PtrXrCompositionLayerBaseHeader.Ptr.reinterpret(long newSize) Assume theXrCompositionLayerBaseHeader.Ptris capable of holding at leastnewSizestructures, create a new viewXrCompositionLayerBaseHeader.Ptrthat uses the same backing storage as thisXrCompositionLayerBaseHeader.Ptr, but with the new size.XrCompositionLayerBaseHeader.Ptr.slice(long end) @NotNull XrCompositionLayerBaseHeader.PtrXrCompositionLayerBaseHeader.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).