Uses of Record Class
club.doki7.openxr.datatype.XrFoveationDynamicModeInfoHTC.Ptr
Packages that use XrFoveationDynamicModeInfoHTC.Ptr
-
Uses of XrFoveationDynamicModeInfoHTC.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrFoveationDynamicModeInfoHTC.PtrModifier and TypeMethodDescriptionXrFoveationDynamicModeInfoHTC.Ptr.at(long index, @NotNull Consumer<@NotNull XrFoveationDynamicModeInfoHTC> consumer) @NotNull XrFoveationDynamicModeInfoHTC.PtrXrFoveationDynamicModeInfoHTC.Ptr.offset(long offset) @NotNull XrFoveationDynamicModeInfoHTC.PtrXrFoveationDynamicModeInfoHTC.Ptr.reinterpret(long newSize) Assume theXrFoveationDynamicModeInfoHTC.Ptris capable of holding at leastnewSizestructures, create a new viewXrFoveationDynamicModeInfoHTC.Ptrthat uses the same backing storage as thisXrFoveationDynamicModeInfoHTC.Ptr, but with the new size.XrFoveationDynamicModeInfoHTC.Ptr.slice(long end) @NotNull XrFoveationDynamicModeInfoHTC.PtrXrFoveationDynamicModeInfoHTC.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).