docs: fix glsl_compiler name
authorSam Hocevar <sam@hocevar.net>
Thu, 17 Feb 2011 00:04:03 +0000 (17:04 -0700)
committerBrian Paul <brianp@vmware.com>
Thu, 17 Feb 2011 00:05:08 +0000 (17:05 -0700)
docs/shading.html

index c41d4a9be2b18e73bb6006774e5acc4d2e790782..aba3959742929273b8792b2c98d4fdcea6349cbe 100644 (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