The WebGLRenderingContext interface provides the OpenGL ES 2.0 rendering context for the drawing surface of an HTML <canvas> element.
To get an object of this interface, call getContext() on a <canvas> element, supplying "webgl" as the argument:
var canvas = document.getElementById('myCanvas');
var gl = canvas.getContext('webgl');
Once you have the WebGL rendering context for a canvas, you can render within it.
The WebGL tutorial has more information, examples, and resources on how to get started with WebGL.
Constants
See the WebGL constants page.
The WebGL context
The following properties and methods provide general information and functionality to deal with the WebGL context:
WebGLRenderingContext.canvas- A read-only back-reference to the
HTMLCanvasElement. Might benullif it is not associated with a<canvas>element. WebGLRenderingContext.commit()-
Pushes frames back to the original
HTMLCanvasElement, if the context is not directly fixed to a specific canvas. WebGLRenderingContext.drawingBufferWidth- The read-only width of the current drawing buffer. Should match the width of the canvas element associated with this context.
WebGLRenderingContext.drawingBufferHeight- The read-only height of the current drawing buffer. Should match the height of the canvas element associated with this context.
WebGLRenderingContext.getContextAttributes()- Returns a
WebGLContextAttributesobject that contains the actual context parameters. Might returnnull, if the context is lost. WebGLRenderingContext.isContextLost()- Returns
trueif the context is lost, otherwise returnsfalse.
Viewing and clipping
WebGLRenderingContext.scissor()- Defines the scissor box.
WebGLRenderingContext.viewport()- Sets the viewport.
State information
WebGLRenderingContext.activeTexture()- Selects the active texture unit.
WebGLRenderingContext.blendColor()- Sets the source and destination blending factors.
WebGLRenderingContext.blendEquation()- Sets both the RGB blend equation and alpha blend equation to a single equation.
WebGLRenderingContext.blendEquationSeparate()- Sets the RGB blend equation and alpha blend equation separately.
WebGLRenderingContext.blendFunc()- Defines which function is used for blending pixel arithmetic.
WebGLRenderingContext.blendFuncSeparate()- Defines which function is used for blending pixel arithmetic for RGB and alpha components separately.
WebGLRenderingContext.clearColor()- Specifies the color values used when clearing color buffers.
WebGLRenderingContext.clearDepth()- Specifies the depth value used when clearing the depth buffer.
WebGLRenderingContext.clearStencil()- Specifies the stencil value used when clearing the stencil buffer.
WebGLRenderingContext.colorMask()- Sets which color components to enable or to disable when drawing or rendering to a
WebGLFramebuffer. WebGLRenderingContext.cullFace()- Specifies whether or not front- and/or back-facing polygons can be culled.
WebGLRenderingContext.depthFunc()- Specifies a function that compares incoming pixel depth to the current depth buffer value.
WebGLRenderingContext.depthMask()- Sets whether writing into the depth buffer is enabled or disabled.
WebGLRenderingContext.depthRange()- Specifies the depth range mapping from normalized device coordinates to window or viewport coordinates.
WebGLRenderingContext.disable()- Disables specific WebGL capabilities for this context.
WebGLRenderingContext.enable()- Enables specific WebGL capabilities for this context.
WebGLRenderingContext.frontFace()- Specifies whether polygons are front- or back-facing by setting a winding orientation.
WebGLRenderingContext.getParameter()- Returns a value for the passed parameter name.
WebGLRenderingContext.getError()- Returns error information.
WebGLRenderingContext.hint()- Specifies hints for certain behaviors. The interpretation of these hints depend on the implementation.
WebGLRenderingContext.isEnabled()- Tests whether a specific WebGL capability is enabled or not for this context.
WebGLRenderingContext.lineWidth()- Sets the line width of rasterized lines.
WebGLRenderingContext.pixelStorei()- Specifies the pixel storage modes
WebGLRenderingContext.polygonOffset()- Specifies the scale factors and units to calculate depth values.
WebGLRenderingContext.sampleCoverage()- Specifies multi-sample coverage parameters for anti-aliasing effects.
WebGLRenderingContext.stencilFunc()- Sets the both front and back function and reference value for stencil testing.
WebGLRenderingContext.stencilFuncSeparate()- Sets the front and/or back function and reference value for stencil testing.
WebGLRenderingContext.stencilMask()- Controls enabling and disabling of both the front and back writing of individual bits in the stencil planes.
WebGLRenderingContext.stencilMaskSeparate()- Controls enabling and disabling of front and/or back writing of individual bits in the stencil planes.
WebGLRenderingContext.stencilOp()- Sets both the front and back-facing stencil test actions.
WebGLRenderingContext.stencilOpSeparate()- Sets the front and/or back-facing stencil test actions.
Buffers
WebGLRenderingContext.bindBuffer()- Binds a
WebGLBufferobject to a given target. WebGLRenderingContext.bufferData()- Updates buffer data.
WebGLRenderingContext.bufferSubData()- Updates buffer data starting at a passed offset.
WebGLRenderingContext.createBuffer()- Creates a
WebGLBufferobject. WebGLRenderingContext.deleteBuffer()- Deletes a
WebGLBufferobject. WebGLRenderingContext.getBufferParameter()- Returns information about the buffer.
WebGLRenderingContext.isBuffer()- Returns a Boolean indicating if the passed buffer is valid.
Framebuffers
WebGLRenderingContext.bindFramebuffer()- Binds a
WebGLFrameBufferobject to a given target. WebGLRenderingContext.checkFramebufferStatus()- Returns the status of the framebuffer.
WebGLRenderingContext.createFramebuffer()- Creates a
WebGLFrameBufferobject. WebGLRenderingContext.deleteFramebuffer()- Deletes a
WebGLFrameBufferobject. WebGLRenderingContext.framebufferRenderbuffer()- Attaches a
WebGLRenderingBufferobject to aWebGLFrameBufferobject. WebGLRenderingContext.framebufferTexture2D()- Attaches a textures image to a
WebGLFrameBufferobject. WebGLRenderingContext.getFramebufferAttachmentParameter()- Returns information about the framebuffer.
WebGLRenderingContext.isFramebuffer()- Returns a Boolean indicating if the passed
WebGLFrameBufferobject is valid. WebGLRenderingContext.readPixels()- Reads a block of pixels from the
WebGLFrameBuffer.
Renderbuffers
WebGLRenderingContext.bindRenderbuffer()- Binds a
WebGLRenderBufferobject to a given target. WebGLRenderingContext.createRenderbuffer()- Creates a
WebGLRenderBufferobject. WebGLRenderingContext.deleteRenderbuffer()- Deletes a
WebGLRenderBufferobject. WebGLRenderingContext.getRenderbufferParameter()- Returns information about the renderbuffer.
WebGLRenderingContext.isRenderbuffer()- Returns a Boolean indicating if the passed
WebGLRenderingBufferis valid. WebGLRenderingContext.renderbufferStorage()- Creates a renderbuffer data store.
Textures
WebGLRenderingContext.bindTexture()- Binds a
WebGLTextureobject to a given target. WebGLRenderingContext.compressedTexImage2D()- Specifies a 2D texture image in a compressed format.
WebGLRenderingContext.compressedTexSubImage2D()- Specifies a 2D texture sub-image in a compressed format.
WebGLRenderingContext.copyTexImage2D()- Copies a 2D texture image.
WebGLRenderingContext.copyTexSubImage2D()- Copies a 2D texture sub-image.
WebGLRenderingContext.createTexture()- Creates a
WebGLTextureobject. WebGLRenderingContext.deleteTexture()- Deletes a
WebGLTextureobject. WebGLRenderingContext.generateMipmap()- Generates a set of mipmaps for a
WebGLTextureobject. WebGLRenderingContext.getTexParameter()- Returns information about the texture.
WebGLRenderingContext.isTexture()- Returns a Boolean indicating if the passed
WebGLTextureis valid. WebGLRenderingContext.texImage2D()- Specifies a 2D texture image.
WebGLRenderingContext.texSubImage2D()- Updates a sub-rectangle of the current
WebGLTexture. WebGLRenderingContext.texParameterf()- Sets texture parameters.
WebGLRenderingContext.texParameteri()- Sets texture parameters.
Programs and shaders
WebGLRenderingContext.attachShader()- Attaches a
WebGLShaderto aWebGLProgram. WebGLRenderingContext.bindAttribLocation()- Binds a generic vertex index to a named attribute variable.
WebGLRenderingContext.compileShader()- Compiles a
WebGLShader. WebGLRenderingContext.createProgram()- Creates a
WebGLProgram. WebGLRenderingContext.createShader()- Creates a
WebGLShader. WebGLRenderingContext.deleteProgram()- Deletes a
WebGLProgram. WebGLRenderingContext.deleteShader()- Deletes a
WebGLShader. WebGLRenderingContext.detachShader()- Detaches a
WebGLShader. WebGLRenderingContext.getAttachedShaders()- Returns a list of
WebGLShaderobjects attached to aWebGLProgram. WebGLRenderingContext.getProgramParameter()- Returns information about the program.
WebGLRenderingContext.getProgramInfoLog()- Returns the information log for a
WebGLProgramobject. WebGLRenderingContext.getShaderParameter()- Returns information about the shader.
WebGLRenderingContext.getShaderPrecisionFormat()- Returns a
WebGLShaderPrecisionFormatobject describing the precision for the numeric format of the shader. WebGLRenderingContext.getShaderInfoLog()- Returns the information log for a
WebGLShaderobject. WebGLRenderingContext.getShaderSource()- Returns the source code of a
WebGLShaderas a string. WebGLRenderingContext.isProgram()- Returns a Boolean indicating if the passed
WebGLProgramis valid. WebGLRenderingContext.isShader()- Returns a Boolean indicating if the passed
WebGLShaderis valid. WebGLRenderingContext.linkProgram()- Links the passed
WebGLProgramobject. WebGLRenderingContext.shaderSource()- Sets the source code in a
WebGLShader. WebGLRenderingContext.useProgram()- Uses the specified
WebGLProgramas part the current rendering state. WebGLRenderingContext.validateProgram()- Validates a
WebGLProgram.
Uniforms and attributes
WebGLRenderingContext.disableVertexAttribArray()- Disables a vertex attribute array at a given position.
WebGLRenderingContext.enableVertexAttribArray()- Enables a vertex attribute array at a given position.
WebGLRenderingContext.getActiveAttrib()- Returns information about an active attribute variable.
WebGLRenderingContext.getActiveUniform()- Returns information about an active uniform variable.
WebGLRenderingContext.getAttribLocation()- Returns the location of an attribute variable.
WebGLRenderingContext.getUniform()- Returns the value of a uniform variable at a given location.
WebGLRenderingContext.getUniformLocation()- Returns the location of a uniform variable.
WebGLRenderingContext.getVertexAttrib()- Returns information about a vertex attribute at a given position.
WebGLRenderingContext.getVertexAttribOffset()- Returns the address of a given vertex attribute.
WebGLRenderingContext.uniform[1234][fi][v]()- Specifies a value for a uniform variable.
WebGLRenderingContext.uniformMatrix[234]fv()- Specifies a matrix value for a uniform variable.
WebGLRenderingContext.vertexAttrib[1234]f[v]()- Specifies a value for a generic vertex attribute.
WebGLRenderingContext.vertexAttribPointer()- Specifies the data formats and locations of vertex attributes in a vertex attributes array.
Drawing buffers
WebGLRenderingContext.clear()- Clears specified buffers to preset values.
WebGLRenderingContext.drawArrays()- Renders primitives from array data.
WebGLRenderingContext.drawElements()- Renders primitives from element array data.
WebGLRenderingContext.finish()- Blocks execution until all previously called commands are finished.
WebGLRenderingContext.flush()- Empties different buffer commands, causing all commands to be executed as quickly as possible.
Working with extensions
These methods manage WebGL extensions:
WebGLRenderingContext.getSupportedExtensions()- Returns an
ArrayofDOMStringelements with all the supported WebGL extensions. WebGLRenderingContext.getExtension()- Returns an extension object.
Examples
WebGL context feature detection
This example demonstrates how to detect a WebGL rendering context and reports the result to the user.
<p>[ Here would go the result of WebGL feature detection ]</p> <button>Press here to detect WebGLRenderingContext</button>
body {
text-align : center;
}
button {
display : block;
font-size : inherit;
margin : auto;
padding : 0.6em;
}
// Run everything inside window load event handler, to make sure
// DOM is fully loaded and styled before trying to manipulate it.
window.addEventListener("load", function() {
var paragraph = document.querySelector("p"),
button = document.querySelector("button");
// Adding click event handler to button.
button.addEventListener("click", detectWebGLContext, false);
function detectWebGLContext () {
// Create canvas element. The canvas is not added to the
// document itself, so it is never displayed in the
// browser window.
var canvas = document.createElement("canvas");
// Get WebGLRenderingContext from canvas element.
var gl = canvas.getContext("webgl")
|| canvas.getContext("experimental-webgl");
// Report the result.
if (gl && gl instanceof WebGLRenderingContext) {
paragraph.innerHTML =
"Congratulations! Your browser supports WebGL.";
} else {
paragraph.innerHTML = "Failed to get WebGL context. "
+ "Your browser or device may not support WebGL.";
}
}
}, false);
The source code of this example is also available on GitHub.
Effect of canvas size on rendering with WebGL
With scissor() and clear() we can demonstrate how the WebGL drawing buffer is affected by the size of the canvas.
The size of the first canvas is set to the styled Element size, determined by CSS. This is done by assigning the width and height properties of the canvas to the values of the clientWidth and clientHeight properties, respectively.
In contrast, no such assignment is done for the second canvas. The internal width and height properties of the canvas remain at default values, which are different than the actual size of the canvas Element in the browser window.
The effect is clearly visible when using scissor() and clear() to draw a square in the center of the canvas, by specifying its position and size in pixels. In the first canvas, we get the desired result. In the second, the square has the wrong shape, size, and position.
<p>Compare the two canvases.</p>
<canvas>Your browser does not seem to support
HTML5 canvas.</canvas>
<canvas>Your browser does not seem to support
HTML5 canvas.</canvas>
body {
text-align : center;
}
canvas {
display : inline-block;
width : 120px;
height : 80px;
margin : auto;
padding : 0;
border : none;
background-color : black;
}
window.addEventListener("load", function() {
"use strict"
var firstCanvas = document.getElementsByTagName("canvas")[0],
secondCanvas = document.getElementsByTagName("canvas")[1];
firstCanvas.width = firstCanvas.clientWidth;
firstCanvas.height = firstCanvas.clientHeight;
[firstCanvas, secondCanvas].forEach(function(canvas) {
var gl = canvas.getContext("webgl")
|| canvas.getContext("experimental-webgl");
if (!gl) {
document.querySelector("p").innerHTML =
"Failed to get WebGL context. "
+ "Your browser or device may not support WebGL.";
return;
}
gl.viewport(0, 0,
gl.drawingBufferWidth, gl.drawingBufferHeight);
gl.enable(gl.SCISSOR_TEST);
gl.scissor(30, 10, 60, 60);
gl.clearColor(1.0, 1.0, 0.0, 1.0);
gl.clear(gl.COLOR_BUFFER_BIT);
});
}, false);
The source code of this example is also available on GitHub.
Specifications
| Specification | Status | Comment |
|---|---|---|
| WebGL 1.0 The definition of 'WebGLRenderingContext' in that specification. |
Recommendation | Initial definition |
Browser compatibility
The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
| Feature | Chrome | Firefox | Edge | Internet Explorer | Opera | Safari |
|---|---|---|---|---|---|---|
| Basic Support | 9 | 4.0 | 121 | 111 | 12 | 5.1 |
| Available in workers | (No) | 44.02 | (No) | (No) | (No) | (No) |
| Feature | Android | Chrome for Android | Edge mobile | Firefox for Android | IE mobile | Opera Android | iOS Safari |
|---|---|---|---|---|---|---|---|
| Basic Support | (Yes) | 25 | (Yes)1 | (Yes) | 111 | 12 | 8.1 |
| Available in workers | (No) | (No) | (No) | (No) | (No) | (No) | (No) |
1. To access the WebGL context, use experimental-webgl rather than the standard webgl identifier.
2. From version 44.0, this feature is behind the gfx.offscreencanvas.enabled preference (needs to be set to true). To change preferences in Firefox, visit about:config.