diff options
Diffstat (limited to 'raylib/examples/shaders/shaders_custom_uniform.c')
| -rw-r--r-- | raylib/examples/shaders/shaders_custom_uniform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/raylib/examples/shaders/shaders_custom_uniform.c b/raylib/examples/shaders/shaders_custom_uniform.c index 0a1a764..b3b8040 100644 --- a/raylib/examples/shaders/shaders_custom_uniform.c +++ b/raylib/examples/shaders/shaders_custom_uniform.c @@ -1,6 +1,6 @@ /******************************************************************************************* * -* raylib [shaders] example - Apply a postprocessing shader and connect a custom uniform variable +* raylib [shaders] example - Postprocessing with custom uniform variable * * NOTE: This example requires raylib OpenGL 3.3 or ES2 versions for shaders support, * OpenGL 1.1 does not support shaders, recompile raylib to OpenGL 3.3 version. |
