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