Jonathan Hamilton a38103afbf Fix GLES GPU texture conversion shader
GLES doesn't support C-style array initialisers, so stuff like:

Type var[2] = {
VALUE_A,
VALUE_B
};

isn't supported in GLES (it was added in
GL_ARB_shading_language_420pack).

The texture conversion shader used this, so would fail to compile on
GLES.
2017-12-12 22:01:10 +00:00
..
2017-09-13 17:38:23 +02:00
2017-06-03 18:20:41 -07:00
2017-06-27 00:06:14 -07:00
2017-09-27 16:06:15 -07:00