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