|
68 | 68 | [Exposed=(Window,Worker), LegacyNoInterfaceObject] |
69 | 69 | interface WEBGL_shader_pixel_local_storage { |
70 | 70 | const GLenum MAX_PIXEL_LOCAL_STORAGE_PLANES_WEBGL = 0x96E0; |
71 | | - const GLenum MAX_COLOR_ATTACHMENTS_WITH_ACTIVE_PIXEL_LOCAL_STORAGE_WEBGL = 0x96E1; |
72 | | - const GLenum MAX_COMBINED_DRAW_BUFFERS_AND_PIXEL_LOCAL_STORAGE_PLANES_WEBGL = 0x96E2; |
73 | | - const GLenum PIXEL_LOCAL_STORAGE_ACTIVE_PLANES_WEBGL = 0x96E3; |
74 | | - const GLenum LOAD_OP_ZERO_WEBGL = 0x96E4; |
75 | | - const GLenum LOAD_OP_CLEAR_WEBGL = 0x96E5; |
76 | | - const GLenum LOAD_OP_LOAD_WEBGL = 0x96E6; |
77 | | - const GLenum STORE_OP_STORE_WEBGL = 0x96E7; |
78 | | - const GLenum PIXEL_LOCAL_FORMAT_WEBGL = 0x96E8; |
79 | | - const GLenum PIXEL_LOCAL_TEXTURE_NAME_WEBGL = 0x96E9; |
80 | | - const GLenum PIXEL_LOCAL_TEXTURE_LEVEL_WEBGL = 0x96EA; |
81 | | - const GLenum PIXEL_LOCAL_TEXTURE_LAYER_WEBGL = 0x96EB; |
82 | | - const GLenum PIXEL_LOCAL_CLEAR_VALUE_FLOAT_WEBGL = 0x96EC; |
83 | | - const GLenum PIXEL_LOCAL_CLEAR_VALUE_INT_WEBGL = 0x96ED; |
84 | | - const GLenum PIXEL_LOCAL_CLEAR_VALUE_UNSIGNED_INT_WEBGL = 0x96EE; |
| 71 | + const GLenum MAX_COMBINED_DRAW_BUFFERS_AND_PIXEL_LOCAL_STORAGE_PLANES_WEBGL = 0x96E1; |
| 72 | + const GLenum PIXEL_LOCAL_STORAGE_ACTIVE_PLANES_WEBGL = 0x96E2; |
| 73 | + const GLenum LOAD_OP_ZERO_WEBGL = 0x96E3; |
| 74 | + const GLenum LOAD_OP_CLEAR_WEBGL = 0x96E4; |
| 75 | + const GLenum LOAD_OP_LOAD_WEBGL = 0x96E5; |
| 76 | + const GLenum STORE_OP_STORE_WEBGL = 0x96E6; |
| 77 | + const GLenum PIXEL_LOCAL_FORMAT_WEBGL = 0x96E7; |
| 78 | + const GLenum PIXEL_LOCAL_TEXTURE_NAME_WEBGL = 0x96E8; |
| 79 | + const GLenum PIXEL_LOCAL_TEXTURE_LEVEL_WEBGL = 0x96E9; |
| 80 | + const GLenum PIXEL_LOCAL_TEXTURE_LAYER_WEBGL = 0x96EA; |
| 81 | + const GLenum PIXEL_LOCAL_CLEAR_VALUE_FLOAT_WEBGL = 0x96EB; |
| 82 | + const GLenum PIXEL_LOCAL_CLEAR_VALUE_INT_WEBGL = 0x96EC; |
| 83 | + const GLenum PIXEL_LOCAL_CLEAR_VALUE_UNSIGNED_INT_WEBGL = 0x96ED; |
85 | 84 | GLboolean isCoherent(); |
86 | 85 | undefined framebufferTexturePixelLocalStorageWEBGL(GLint plane, |
87 | 86 | WebGLTexture? texture, |
@@ -221,7 +220,6 @@ interface WEBGL_shader_pixel_local_storage { |
221 | 220 | <table> |
222 | 221 | <tr><th>pname</th><th>returned type</th></tr> |
223 | 222 | <tr><td>MAX_PIXEL_LOCAL_STORAGE_PLANES_WEBGL</td><td>GLint</td></tr> |
224 | | - <tr><td>MAX_COLOR_ATTACHMENTS_WITH_ACTIVE_PIXEL_LOCAL_STORAGE_WEBGL</td><td>GLint</td></tr> |
225 | 223 | <tr><td>MAX_COMBINED_DRAW_BUFFERS_AND_PIXEL_LOCAL_STORAGE_PLANES_WEBGL</td><td>GLint</td></tr> |
226 | 224 | <tr><td>PIXEL_LOCAL_STORAGE_ACTIVE_PLANES_WEBGL</td><td>GLint</td></tr> |
227 | 225 | </table> |
@@ -282,5 +280,8 @@ interface WEBGL_shader_pixel_local_storage { |
282 | 280 | <revision date="2023/09/08"> |
283 | 281 | <change>Changed srcOffset arguments to "unsigned long long" for Wasm.</change> |
284 | 282 | </revision> |
| 283 | + <revision date="2025/03/24"> |
| 284 | + <change>Removed MAX_COLOR_ATTACHMENTS_WITH_ACTIVE_PIXEL_LOCAL_STORAGE_WEBGL enum, which was removed from the underlying ANGLE extension.</change> |
| 285 | + </revision> |
285 | 286 | </history> |
286 | 287 | </draft> |
0 commit comments