kingscallop e65d185ed6
Fix DebugDraw shaders compilation ()
* Fix DebugDraw shaders compilation

Pull request  broke compilation of the DebugDraw shaders (vs_debugdraw_fill.sc, etc)
on the Intel mesa driver. Shaders with a version lower than 130 have no
support for uvec or ivec by default on OpenGL.

This patch detects when these shaders are present and bumps the version when appropriate.

* Removed the ivecs from the patch
It seems the ivecs are infact supported on versions lower than 130 on
OpenGL.
2021-06-06 14:05:14 -07:00
..
2021-01-14 15:53:49 -08:00
2021-04-21 22:11:36 -07:00