HLSL: Emulate write-to-output on return-from-entry-point, for return value.
This fixes issue #487 and #480. It also correctly handles output parameters from the entry point.
This commit is contained in:
parent
81cd764b5f
commit
6a70eb7161
91 changed files with 5158 additions and 4130 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.1442"
|
||||
#define GLSLANG_DATE "26-Aug-2016"
|
||||
#define GLSLANG_REVISION "Overload400-PrecQual.1444"
|
||||
#define GLSLANG_DATE "28-Aug-2016"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue