Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / webgl / src / extensions / WEBGL_color_buffer_float / extension.xml
index ecec8d3..255a5ae 100644 (file)
 
   <idl xml:space="preserve">
 [NoInterfaceObject]
-interface EXT_color_buffer_float {
+interface WEBGL_color_buffer_float {
   const GLenum RGBA32F_EXT = 0x8814;
   const GLenum RGB32F_EXT = 0x8815;
   const GLenum FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE_EXT = 0x8211;
   const GLenum UNSIGNED_NORMALIZED_EXT = 0x8C17;
-}; // interface EXT_color_buffer_float
+}; // interface WEBGL_color_buffer_float
 </idl>
 
   <newtok>
@@ -107,5 +107,9 @@ interface EXT_color_buffer_float {
     <revision date="2014/07/15">
       <change>Removed webgl module. Added NoInterfaceObject extended attribute.</change>
     </revision>
+
+    <revision date="2014/09/11">
+      <change>Fixed the name of the interface from EXT_color_buffer_float to WEBGL_color_buffer_float.</change>
+    </revision>
   </history>
 </draft>