internal WebGLContext(BECanvasComponent reference, WebGLContextAttributes attributes = null) : base(reference, CONTEXT_NAME, attributes) { }
internal WebGL2Context(BECanvasComponent reference, WebGLContextAttributes attributes = null, string contextName = CONTEXT_NAME) : base(reference, attributes, contextName) { }