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