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