Uses of Record Class
club.doki7.openxr.datatype.XrCompositionLayerDepthTestVARJO.Ptr
Packages that use XrCompositionLayerDepthTestVARJO.Ptr
-
Uses of XrCompositionLayerDepthTestVARJO.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrCompositionLayerDepthTestVARJO.PtrModifier and TypeMethodDescriptionXrCompositionLayerDepthTestVARJO.Ptr.at
(long index, @NotNull Consumer<@NotNull XrCompositionLayerDepthTestVARJO> consumer) @NotNull XrCompositionLayerDepthTestVARJO.Ptr
XrCompositionLayerDepthTestVARJO.Ptr.offset
(long offset) @NotNull XrCompositionLayerDepthTestVARJO.Ptr
XrCompositionLayerDepthTestVARJO.Ptr.reinterpret
(long newSize) Assume theXrCompositionLayerDepthTestVARJO.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrCompositionLayerDepthTestVARJO.Ptr
that uses the same backing storage as thisXrCompositionLayerDepthTestVARJO.Ptr
, but with the new size.XrCompositionLayerDepthTestVARJO.Ptr.slice
(long end) @NotNull XrCompositionLayerDepthTestVARJO.Ptr
XrCompositionLayerDepthTestVARJO.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).