UNPKG

@lightningtv/renderer

Version:
11 lines (10 loc) 238 B
/** * Generic WebGL Utility Functions * * @remarks * Nothing here should be coupled to Renderer logic / types. * * @param gl * @returns */ export declare function isWebGl2(gl: WebGLRenderingContext): gl is WebGL2RenderingContext;