Updated shader (markdown)

reduz 2014-03-12 17:05:51 -07:00
parent c54497fc0a
commit c5ac12eb87

@ -91,7 +91,7 @@ vec3 result = tint.rgb * direction;
### Functions
Simple support for functions is provided. Functions can't access uniforms or other shader variables.
Simple support for functions is provided. Functions can't access uniforms or other shader variables.
```c