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