docs: fix glsl_compiler name

(cherry picked from commit fde4943688)
This commit is contained in:
Sam Hocevar 2011-02-16 17:04:03 -07:00 committed by Ian Romanick
parent 6eb1f39b55
commit a5b6d8ec4d

View file

@ -167,7 +167,7 @@ Here's an example of using the compiler to compile a vertex shader and
emit GL_ARB_vertex_program-style instructions:
</p>
<pre>
src/glsl/glslcompiler --dump-ast myshader.vert
src/glsl/glsl_compiler --dump-ast myshader.vert
</pre>
Options include