• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Name
2
3    ANGLE_webgl_compatibility
4
5Name Strings
6
7    GL_ANGLE_webgl_compatibility
8
9Contributors
10
11    Geoff Lang
12
13Contact
14
15    Geoff Lang (geofflang 'at' google.com)
16
17Notice
18
19    Copyright (c) 2016 The Khronos Group Inc. Copyright terms at
20        http://www.khronos.org/registry/speccopyright.html
21
22Status
23
24    Draft
25
26Version
27
28    Version 2, November 28, 2016
29
30Number
31
32    OpenGL ES Extension #??
33
34Dependencies
35
36    Requires OpenGL ES 2.0
37
38    Written against the OpenGL ES 2.0 specification.
39
40    Interacts with EGL_ANGLE_create_context_webgl_compatibility (or equivalent)
41    extension.
42
43Overview
44
45    With this extension enabled, the OpenGL ES context will have additional
46    features and validation to be compatible with the WebGL specification.
47
48New Procedures and Functions
49
50    None
51
52
53New Tokens
54
55    None
56
57Additions to the OpenGL ES Specification
58
59    Additional validation will be performed according to the the sections of
60    the WebGL specification entitled "Differences Between WebGL and OpenGL ES
61    2.0" and "Differences Between WebGL and OpenGL ES 3.0".
62
63New State
64
65    None
66
67Conformance Tests
68
69    TBD
70
71Issues
72
73    None
74
75Revision History
76
77    Rev.    Date         Author     Changes
78    ----  -------------  ---------  ----------------------------------------
79      1   Sept 16, 2016  geofflang  Initial version
80      2    Nov 28, 2016  geofflang  Break the extension requests into a
81                                    separate extension.
82