gl: add some GLSL utility functions
authorMatthew Waters <matthew@centricular.com>
Thu, 20 Aug 2015 05:11:06 +0000 (15:11 +1000)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:32:09 +0000 (19:32 +0000)
commit332543f3cf0220c64b0c169f196c79a629b6c2c3
treeebd22da756b0021bd296b8aaf917b1940e6c6a97
parent01e1046dbc5c6fde93e827f049061e397cc13cb8
gl: add some GLSL utility functions

Specifically parsing/setting GLSL versions and the shader related
function table.
gst-libs/gst/gl/Makefile.am
gst-libs/gst/gl/gstglsl.c [new file with mode: 0644]
gst-libs/gst/gl/gstglsl.h [new file with mode: 0644]
gst-libs/gst/gl/gstglsl_private.h [new file with mode: 0644]
tests/check/libs/gstglsl.c [new file with mode: 0644]