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