aboutsummaryrefslogtreecommitdiff
path: root/glslang/Include/revision.h
diff options
context:
space:
mode:
authorJohn Kessenich <cepheus@frii.com>2016-09-02 11:20:21 -0600
committerJohn Kessenich <cepheus@frii.com>2016-09-02 16:35:01 -0600
commit4bf71550519121504c171a8c5b569d048e78d597 (patch)
treed1fbcab5dddb49dbfd842718b73f4c203050624c /glslang/Include/revision.h
parent31207bc20a0d8430552e5c5aba537d015ab2e689 (diff)
downloadglslang-4bf71550519121504c171a8c5b569d048e78d597.tar.gz
SPV: Flatten structs for copy when they are GLSL type aliases.
Addresses issue #304 and issue #307 by replacing unmatched type OpStores with per-member copies. Covers assignment statements and most argument passing, but does not yet cover r-value-based argument passing.
Diffstat (limited to 'glslang/Include/revision.h')
-rw-r--r--glslang/Include/revision.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/glslang/Include/revision.h b/glslang/Include/revision.h
index 91b40ad5..eac03933 100644
--- a/glslang/Include/revision.h
+++ b/glslang/Include/revision.h
@@ -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.1456"
-#define GLSLANG_DATE "01-Sep-2016"
+#define GLSLANG_REVISION "Overload400-PrecQual.1460"
+#define GLSLANG_DATE "02-Sep-2016"