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