UNPKG

expo-gl

Version:

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

3 lines 232 B
import { ExpoWebGLRenderingContext } from './GLView.types'; export declare function createWorkletContextProvider(): (contextId: number) => ExpoWebGLRenderingContext | undefined; //# sourceMappingURL=GLWorkletContextProvider.d.ts.map