ro0mquy / rtificial

Flashing Visuals and Dope Sound | Das Git™
http://rtificial.org/
1 stars 0 forks source link

GL_INVALID_OPERATION for unused uniforms #114

Open vincent23 opened 9 years ago

vincent23 commented 9 years ago

We get a lot of GL_INVALID_OPERATION " is invalid" errors uniforms because we just set all uniforms on every draw call.

vincent23 commented 9 years ago

Could be fixed by using program introspection.

Performance should be evaluated and probably the error can be ignored in release mode.