diff --git a/specs/latest/2.0/index.html b/specs/latest/2.0/index.html index 33279951ac..197bd0d311 100644 --- a/specs/latest/2.0/index.html +++ b/specs/latest/2.0/index.html @@ -27,7 +27,7 @@

WebGL 2 Specification

-

Editor's Draft 26 January 2015

+

Editor's Draft 06 February 2015

This version:
@@ -650,10 +650,6 @@

The WebGL context

const GLenum ANY_SAMPLES_PASSED_CONSERVATIVE = 0x8D6A; const GLenum SAMPLER_BINDING = 0x8919; const GLenum RGB10_A2UI = 0x906F; - const GLenum TEXTURE_SWIZZLE_R = 0x8E42; - const GLenum TEXTURE_SWIZZLE_G = 0x8E43; - const GLenum TEXTURE_SWIZZLE_B = 0x8E44; - const GLenum TEXTURE_SWIZZLE_A = 0x8E45; const GLenum GREEN = 0x1904; const GLenum BLUE = 0x1905; const GLenum INT_2_10_10_10_REV = 0x8D9F; @@ -1154,10 +1150,6 @@

Texture objects

TEXTURE_MAX_LODGLfloat TEXTURE_MIN_FILTERGLenum TEXTURE_MIN_LODGLfloat - TEXTURE_SWIZZLE_AGLenum - TEXTURE_SWIZZLE_BGLenum - TEXTURE_SWIZZLE_GGLenum - TEXTURE_SWIZZLE_RGLenum TEXTURE_WRAP_RGLenum TEXTURE_WRAP_SGLenum TEXTURE_WRAP_TGLenum @@ -2198,6 +2190,10 @@

Primitive Restart is Always Enabled

New Features Supported in the WebGL 2 API

+
+ Needs many updates for OpenGL ES 3.0 features +
+