kovasb / gamma

glsl shaders made simple
Eclipse Public License 1.0
306 stars 20 forks source link

Warn when passing varyings from vertex shader that are unused in fragment shader #15

Open sgrove opened 9 years ago

sgrove commented 9 years ago

Since Gamma prunes it all before it gets to the GPU, it's unclear what clutter I have in my VS. At the very least, should be configurable.