I'm new to OpenGL and GLSL. I'd like to TDD shaders, but haven't found anything on the topic except glsl-unit, which appears to be WebGL specific.
Is there a "standard" way of unit testing shaders? What are best practices in this area? Are there unit-testing frameworks for GLSL?
If it helps, I'm targeting OpenGL ES 2.0 for iOS devices.