HLSL: Track binding numbers to struct instances; fixes issue #496.

This commit is contained in:
John Kessenich 2016-09-05 12:19:18 -06:00
parent 58d2843c6a
commit b804de605c
3 changed files with 22 additions and 18 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 "Overload400-PrecQual.1465"
#define GLSLANG_DATE "02-Sep-2016"
#define GLSLANG_REVISION "Overload400-PrecQual.1468"
#define GLSLANG_DATE "05-Sep-2016"