From fde49436881e64cc9fd838761cea3d6718832449 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Wed, 16 Feb 2011 17:04:03 -0700 Subject: [PATCH] docs: fix glsl_compiler name --- docs/shading.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/shading.html b/docs/shading.html index c41d4a9be2b..aba39597429 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