UNPKG

@luma.gl/gltools

Version:

WebGL2 API Polyfills for WebGL1 WebGLRenderingContext

5 lines (4 loc) 182 B
/** * Registers extensions, polyfills or mock functions for extensions in the polyfills list */ export function polyfillContext(gl: WebGLRenderingContext): WebGL2RenderingContext;