Matthew Waters
|
5d7556a08d
|
glsl: fix check for glsl version against GL context inversion
Any GLSL version that was less than the provided GL version would fail
|
2017-12-09 19:32:10 +00:00 |
|
Matthew Waters
|
06de6998e5
|
gl: be consistent in gobject boilerpate
GST_GL_IS_* vs GST_IS_GL_*
git grep -l 'GST_GL_IS_' | xargs sed -i 's/GST_GL_IS_/GST_IS_GL_/g'
|
2017-12-09 19:32:09 +00:00 |
|
Matthew Waters
|
332543f3cf
|
gl: add some GLSL utility functions
Specifically parsing/setting GLSL versions and the shader related
function table.
|
2017-12-09 19:32:09 +00:00 |
|