HLSL: Implement 'this' keyword.

This commit is contained in:
John Kessenich 2017-03-22 11:38:22 -06:00
parent 3778979cd4
commit 7a41f96d10
8 changed files with 435 additions and 9 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.1929"
#define GLSLANG_DATE "21-Mar-2017"
#define GLSLANG_REVISION "Overload400-PrecQual.1930"
#define GLSLANG_DATE "22-Mar-2017"