Commit 8e05ee69 authored by Stefan Dösinger's avatar Stefan Dösinger Committed by Alexandre Julliard

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

parent 799ea13f
......@@ -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";
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment