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