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