Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / gpu / GLES2 / extensions / CHROMIUM / CHROMIUM_sync_point.txt
index bc8665a..965cb44 100644 (file)
@@ -40,8 +40,8 @@ New Procedures and Functions
 
         uint InsertSyncPointCHROMIUM()
 
-    creates a sync point and inserts it into the stream of commands for the
-    current context.  The sync point acts as a fence, which is signaled when
+    flushes the stream of commands for the current context and creates and
+    inserts a sync point. The sync point acts as a fence, which is signaled when
     previous commands have been submitted to the server, or when the context is
     destroyed, whichever happens first. The sync point name is returned. The
     sync point is implicitly deleted when it becomes signaled. The sync point