update upstream sources
[clinton/guile-figl.git] / upstream-doc / man3 / glFlushMappedBufferRange.xml
index 75258d6..73f7c79 100644 (file)
@@ -61,7 +61,7 @@
     <refsect1 id="description"><title>Description</title>\r
         <para>\r
             <function>glFlushMappedBufferRange</function> indicates that modifications have been made to a range of a mapped buffer.\r
-            The buffer must previously have been mapped with the <constant>GL_MAP_FLUSH_EXPLICIT</constant> flag. <parameter>offset</parameter>\r
+            The buffer must previously have been mapped with the <constant>GL_MAP_FLUSH_EXPLICIT_BIT</constant> flag. <parameter>offset</parameter>\r
             and <parameter>length</parameter> indicate the modified subrange of the mapping, in basic units. The specified subrange to flush\r
             is relative to the start of the currently mapped range of the buffer. <function>glFlushMappedBufferRange</function> may be called\r
             multiple times to indicate distinct subranges of the mapping which require flushing.\r
@@ -77,7 +77,7 @@
         </para>\r
         <para>\r
             <constant>GL_INVALID_OPERATION</constant> is generated if the buffer bound to <parameter>target</parameter> is not\r
-            mapped, or is mapped without the <constant>GL_MAP_FLUSH_EXPLICIT</constant> flag.\r
+            mapped, or is mapped without the <constant>GL_MAP_FLUSH_EXPLICIT_BIT</constant> flag.\r
         </para>\r
     </refsect1>\r
     <refsect1 id="seealso"><title>See Also</title>\r