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.PtrXrFoveationApplyInfoHTC.Ptr.at(long index, @NotNull Consumer<@NotNull XrFoveationApplyInfoHTC> consumer) @NotNull XrFoveationApplyInfoHTC.PtrXrFoveationApplyInfoHTC.Ptr.offset(long offset) @NotNull XrFoveationApplyInfoHTC.PtrXrFoveationApplyInfoHTC.Ptr.reinterpret(long newSize) Assume theXrFoveationApplyInfoHTC.Ptris capable of holding at leastnewSizestructures, create a new viewXrFoveationApplyInfoHTC.Ptrthat uses the same backing storage as thisXrFoveationApplyInfoHTC.Ptr, but with the new size.XrFoveationApplyInfoHTC.Ptr.slice(long end) @NotNull XrFoveationApplyInfoHTC.PtrXrFoveationApplyInfoHTC.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).