UNPKG

expo-gl

Version:

Provides GLView that acts as OpenGL ES render target and gives GL context object implementing WebGL 2.0 specification.

6 lines 284 B
import { ExpoWebGLRenderingContext } from './GLView.types'; /** * Sets up `__expoSetLogging` method providing some logging options useful when debugging GL calls. */ export declare function configureLogging(gl: ExpoWebGLRenderingContext): void; //# sourceMappingURL=GLUtils.d.ts.map