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.Ptr
XrCompositionLayerAlphaBlendFB.Ptr.offset
(long offset) @NotNull XrCompositionLayerAlphaBlendFB.Ptr
XrCompositionLayerAlphaBlendFB.Ptr.reinterpret
(long newSize) Assume theXrCompositionLayerAlphaBlendFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrCompositionLayerAlphaBlendFB.Ptr
that uses the same backing storage as thisXrCompositionLayerAlphaBlendFB.Ptr
, but with the new size.XrCompositionLayerAlphaBlendFB.Ptr.slice
(long end) @NotNull XrCompositionLayerAlphaBlendFB.Ptr
XrCompositionLayerAlphaBlendFB.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).