WebGL2
Widely available
The WebGL2RenderingContext
API is the "webgl2"
rendering context for the <canvas>
element. It represents a space for drawing two- and three-dimensional graphics and animations. It corresponds to OpenGL ES 3.0.
To learn more, see
WebGL: 2D and 3D graphics for the web at MDN.
Compatibility (view on caniuse.com)
- Chrome 56 Released on 2017-01-25
- Chrome Android 58 Released on 2017-04-25
- Edge 79 Released on 2020-01-15
- Firefox 51 Released on 2017-01-24
- Firefox for Android 51 Released on 2017-01-24
- Safari 15 Released on 2021-09-20
- Safari on iOS 15 Released on 2021-09-20
Specifications
- WebGL 2.0 Specification, from WebGL Working Group (Khronos Group).