obs-studio/libobs-opengl
jp9000 cec11d624a OpenGL: Don't call glGetAttribLocation on outputs
Previously we were using glGetAttribLocation on all inputs/outputs and
then just discarding if it was returned -1.  However, we have a boolean
value of 'input' in gl_parser_attrib, so there's no need to be doing
this and discarding potentially useful error handling information.
2014-06-07 19:33:41 -07:00
..
2013-09-30 19:37:13 -07:00
2014-05-01 11:26:17 -07:00
2014-03-29 17:23:31 -07:00