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