wined3d: Add GL_ALPHA to the atifs argument replicator debug function.

This commit is contained in:
Stefan Dösinger 2012-12-05 09:01:37 +01:00 committed by Alexandre Julliard
parent 799ea13fb9
commit 8e05ee6994
1 changed files with 1 additions and 0 deletions

View File

@ -157,6 +157,7 @@ static const char *debug_rep(GLuint rep) {
case GL_RED: return "GL_RED";
case GL_GREEN: return "GL_GREEN";
case GL_BLUE: return "GL_BLUE";
case GL_ALPHA: return "GL_ALPHA";
default: return "unknown argrep";
}
}