diff options
Diffstat (limited to 'docs/shading.html')
-rw-r--r-- | docs/shading.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/shading.html b/docs/shading.html index a28c5b33b04..cd01af00d90 100644 --- a/docs/shading.html +++ b/docs/shading.html @@ -50,7 +50,6 @@ execution. These are generally used for debugging. The filenames will be "shader_X.vert" or "shader_X.frag" where X the shader ID. <li><b>cache_info</b> - print debug information about shader cache -<li><b>nopt</b> - disable compiler optimizations <li><b>opt</b> - force compiler optimizations <li><b>uniform</b> - print message to stdout when glUniform is called <li><b>nopvert</b> - force vertex shaders to be a simple shader that just transforms |