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