docs: fix glsl_compiler name

This commit is contained in:
Sam Hocevar 2011-02-16 17:04:03 -07:00 committed by Brian Paul
parent aaceca16df
commit fde4943688
1 changed files with 1 additions and 1 deletions

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