Table of Contents

Class WebGL2RenderingContext

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll

The WebGL2RenderingContext interface provides the OpenGL ES 3.0 rendering context for the drawing surface of an HTML canvas element.

[Value("WebGL2RenderingContext")]
public class WebGL2RenderingContext
Inheritance
WebGL2RenderingContext
Inherited Members

Remarks

To get an object of this interface, call GetContext(string, dynamic) on a <canvas> element, supplying "webgl2" as the argument:

NOTE

WebGL 2 is an extension to WebGL 1. The WebGL2RenderingContext interface implements all members of the WebGLRenderingContext interface. Some methods of the WebGL 1 context can accept additional values when used in a WebGL 2 context. You will find this info noted on the WebGL 1 reference pages.

The WebGL tutorial has more information, examples, and resources on how to get started with WebGL.

-HTMLCanvasElement
-WebGLRenderingContext

See also on MDN

Constructors

WebGL2RenderingContext()

public WebGL2RenderingContext()