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