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