An enumeration of WebGL extensions.

Enumeration Members

DERIVATIVES: "derivatives"

Enables derivatives by adding the functions dFdx, dFdy and fwidth.

DRAW_BUFFERS: "drawBuffers"

Enables multiple render targets (MRT) support.

FRAG_DEPTH: "fragDepth"

Enables gl_FragDepthEXT to set a depth value of a fragment from within the fragment shader.

SHADER_TEXTURE_LOD: "shaderTextureLOD"

Enables explicit control of texture LOD.