diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/shading.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/shading.html b/docs/shading.html index 96060f1a75..bd02335a80 100644 --- a/docs/shading.html +++ b/docs/shading.html @@ -55,6 +55,7 @@ execution. These are generally used for debugging. texcoord[0] attributes. <li>nopfrag - force fragment shader to be a simple shader that passes through the color attribute. +<li>useprog - log glUseProgram calls to stderr </ul> <p> Example: export MESA_GLSL=dump,nopt |