HLSL: Fix issue #658: Don't adopt initializer constness from declaration.
This also makes it match how GLSL handles the same thing.
This commit is contained in:
parent
bf9a2f30c9
commit
085b833490
4 changed files with 417 additions and 69 deletions
|
|
@ -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.1730"
|
||||
#define GLSLANG_DATE "03-Jan-2017"
|
||||
#define GLSLANG_REVISION "Overload400-PrecQual.1739"
|
||||
#define GLSLANG_DATE "05-Jan-2017"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue