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 297 B
import { ExpoWebGLRenderingContext } from './GLView.types'; export declare function createWorkletContextManager(): { getContext: (contextId: number) => ExpoWebGLRenderingContext | undefined; unregister?: (contextId: number) => void; }; //# sourceMappingURL=GLWorkletContextManager.d.ts.map