]> git.notmuchmail.org Git - apitrace/blobdiff - glapi.py
Add support for GL_APPLE_flush_render
[apitrace] / glapi.py
index d70504837351418d87f5f3542c2404dcf43fee72..5660814f830e32c38ac8559d0422b821e862c4d4 100644 (file)
--- a/glapi.py
+++ b/glapi.py
@@ -2042,6 +2042,11 @@ glapi.add_functions([
     GlFunction(Void, "glFlushVertexArrayRangeAPPLE", [(GLsizei, "length"), Out(Blob(GLvoid, "length"), "pointer")]),
     GlFunction(Void, "glVertexArrayParameteriAPPLE", [(GLenum, "pname"), (GLint, "param")]),
 
+    # GL_APPLE_flush_render
+    GlFunction(Void, "glFlushRenderAPPLE", []),
+    GlFunction(Void, "glFinishRenderAPPLE", []),
+    GlFunction(Void, "glSwapAPPLE", []),
+
     # GL_ATI_draw_buffers
     GlFunction(Void, "glDrawBuffersATI", [(GLsizei, "n"), (Const(Array(GLenum, "n")), "bufs")]),