patriciogonzalezvivo / glslCanvas

Simple tool to load GLSL shaders on HTML Canvas using WebGL
http://patriciogonzalezvivo.github.io/glslCanvas/
MIT License
1.95k stars 177 forks source link

Potential for #include support #42

Open willstall opened 5 years ago

willstall commented 5 years ago

I'm wondering if there is any potential for #include support

willstall commented 5 years ago

I went ahead and did my best to add basic include support for fragment shaders. Pull request here: https://github.com/patriciogonzalezvivo/glslCanvas/pull/46