]> git.cworth.org Git - apitrace/commitdiff
Trace glBlendFuncSeparateINGR
authorJosé Fonseca <jfonseca@vmware.com>
Tue, 14 Dec 2010 14:40:48 +0000 (14:40 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Tue, 14 Dec 2010 14:40:48 +0000 (14:40 +0000)
glapi.py

index 8d437e6887e5505fc22e972804a18273451e46df..5f9b8be01214f7155eb0d71f0510a428a343a802 100644 (file)
--- a/glapi.py
+++ b/glapi.py
@@ -1536,6 +1536,9 @@ glapi.add_functions([
     # GL_EXT_blend_func_separate
     GlFunction(Void, "glBlendFuncSeparateEXT", [(GLenum, "sfactorRGB"), (GLenum, "dfactorRGB"), (GLenum, "sfactorAlpha"), (GLenum, "dfactorAlpha")]),
 
+    # GL_INGR_blend_func_separate
+    GlFunction(Void, "glBlendFuncSeparateINGR", [(GLenum, "sfactorRGB"), (GLenum, "dfactorRGB"), (GLenum, "sfactorAlpha"), (GLenum, "dfactorAlpha")]),
+
     # GL_EXT_vertex_weighting
     GlFunction(Void, "glVertexWeightfEXT", [(GLfloat, "weight")]),
     GlFunction(Void, "glVertexWeightfvEXT", [(Const(Pointer(GLfloat)), "weight")]),