Checking support...
Feature Not SupportedThis browser does not support the WebGL 2.0 Web API feature. Try testing in a modern browser (such as Chrome, Edge, Safari, or Firefox).
Advertisement
Interactive Input Workspace
Ready for input
Web API Execution Output
Result output will be displayed here after processing...
Native JavaScript Code Example (Zero Libraries)
const gl2 = canvas.getContext('webgl2');
console.log(gl2.getParameter(gl2.SHADING_LANGUAGE_VERSION));About the WebGL 2.0 Web API
WebGL 2 provides OpenGL ES 3.0 feature parity including transform feedback and 3D textures.
Specification:W3C & WHATWG Web API Standard
Sponsored Content