UNPKG

247 BTypeScriptView Raw
1import { ExpoWebGLRenderingContext } from './GLView.types';
2/**
3 * Sets up `__expoSetLogging` method providing some logging options useful when debugging GL calls.
4 */
5export declare function configureLogging(gl: ExpoWebGLRenderingContext): void;