diff options
-rw-r--r-- | docs/codingstyle.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/codingstyle.html b/docs/codingstyle.html index 1b296630e3d..686d6a3ddf4 100644 --- a/docs/codingstyle.html +++ b/docs/codingstyle.html @@ -132,7 +132,7 @@ should prefer the use of <code>bool</code>, <code>true</code>, and <code>false</code> over <code>GLboolean</code>, <code>GL_TRUE</code>, and <code>GL_FALSE</code>. In C code, this may mean that <code>#include <stdbool.h></code> needs to be added. The -<code>try_emit_</code>* methods in <code>src/mesa/program/ir_to_mesa.cpp</code> +<code>try_emit_*</code> methods in <code>src/mesa/program/ir_to_mesa.cpp</code> and <code>src/mesa/state_tracker/st_glsl_to_tgsi.cpp</code> can serve as examples. |