HLSL: Fix #832: don't require terminating semicolon for cbuffer/tbuffer.

This commit is contained in:
John Kessenich
2017-04-11 09:51:32 -06:00
parent e9f18fd92c
commit 13075c612c
3 changed files with 19 additions and 15 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.1985"
#define GLSLANG_DATE "07-Apr-2017"
#define GLSLANG_REVISION "Overload400-PrecQual.1990"
#define GLSLANG_DATE "11-Apr-2017"