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