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