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