Bump up layout(location) limit from 62 to 4094, to handle bigger uniform locations.

This commit is contained in:
John Kessenich 2015-09-13 20:59:36 -06:00
parent fa668dad99
commit 5f5b205ce9
4 changed files with 7 additions and 7 deletions

View file

@ -2,5 +2,5 @@
// For the version, it uses the latest git tag followed by the number of commits.
// For the date, it uses the current date (when then script is run).
#define GLSLANG_REVISION "3.0.750"
#define GLSLANG_REVISION "3.0.752"
#define GLSLANG_DATE "13-Sep-2015"