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.PtrXrViewConfigurationViewFovEPIC.Ptr.offset(long offset) @NotNull XrViewConfigurationViewFovEPIC.PtrXrViewConfigurationViewFovEPIC.Ptr.reinterpret(long newSize) Assume theXrViewConfigurationViewFovEPIC.Ptris capable of holding at leastnewSizestructures, create a new viewXrViewConfigurationViewFovEPIC.Ptrthat uses the same backing storage as thisXrViewConfigurationViewFovEPIC.Ptr, but with the new size.XrViewConfigurationViewFovEPIC.Ptr.slice(long end) @NotNull XrViewConfigurationViewFovEPIC.PtrXrViewConfigurationViewFovEPIC.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).