Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / gpu / command_buffer / common / capabilities.h
index 60f7b0d..fff1ef8 100644 (file)
@@ -21,8 +21,10 @@ struct GPU_EXPORT Capabilities {
   bool texture_storage;
   bool discard_framebuffer;
   bool sync_query;
-  bool map_image;
+  bool image;
   bool future_sync_points;
+  bool blend_equation_advanced;
+  bool blend_equation_advanced_coherent;
 
   Capabilities();
 };