mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 06:30:37 +00:00
wined3d: Add GL_ALPHA to the atifs argument replicator debug function.
This commit is contained in:
parent
799ea13fb9
commit
8e05ee6994
@ -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";
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user