HLSL: Fix result type of passing a flattened-aggregate to a function.

This commit is contained in:
John Kessenich 2016-09-21 17:50:12 -06:00
parent 6873f3d898
commit 6714bcc2ca
3 changed files with 13 additions and 5 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.1503"
#define GLSLANG_DATE "20-Sep-2016"
#define GLSLANG_REVISION "Overload400-PrecQual.1506"
#define GLSLANG_DATE "21-Sep-2016"