From: Sam Hocevar Date: Thu, 17 Feb 2011 00:04:03 +0000 (-0700) Subject: docs: fix glsl_compiler name X-Git-Tag: mesa-7.11-rc1~2040 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fde49436881e64cc9fd838761cea3d6718832449;p=platform%2Fupstream%2Fmesa.git docs: fix glsl_compiler name --- diff --git a/docs/shading.html b/docs/shading.html index c41d4a9..aba3959 100644 --- a/docs/shading.html +++ b/docs/shading.html @@ -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:

-    src/glsl/glslcompiler --dump-ast myshader.vert
+    src/glsl/glsl_compiler --dump-ast myshader.vert
 
Options include