WebGL typedef

  1. @Deprecated('Use WebGLRenderingContext instead.')
WebGL = WebGLRenderingContext

All usages of this type alias should be updated to the more consistent WebGLRenderingContext.

Implementation

@Deprecated('Use WebGLRenderingContext instead.')
typedef WebGL = WebGLRenderingContext;