Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / webgl / src / extensions / WEBGL_draw_buffers / extension.xml
index 61894cc..f0441db 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 
-<extension href="WEBGL_draw_buffers/">
+<ratified href="WEBGL_draw_buffers/">
   <name>WEBGL_draw_buffers</name>
   <contact>
     <a href="https://www.khronos.org/webgl/public-mailing-list/">WebGL working group</a> (public_webgl 'at' khronos.org)
@@ -75,6 +75,7 @@
     </features>
   </overview>
   <idl xml:space="preserve">
+[NoInterfaceObject]
 interface WEBGL_draw_buffers {
     const GLenum COLOR_ATTACHMENT0_WEBGL     = 0x8CE0;
     const GLenum COLOR_ATTACHMENT1_WEBGL     = 0x8CE1;
@@ -144,5 +145,11 @@ interface WEBGL_draw_buffers {
     <revision date="2013/06/07">
       <change>Clarified naming of shader directives.</change>
     </revision>
+    <revision date="2014/07/15">
+      <change>Added NoInterfaceObject extended attribute.</change>
+    </revision>
+    <revision date="2014/08/08">
+      <change>Ratified by Khronos Board of Promoters.</change>
+    </revision>
   </history>
-</extension>
+</ratified>