HLSL: Flatten vertex input and fragment output structures.
Vulkan can't handle structures into the vertex stage or out of the fragment stage.
This commit is contained in:
parent
6295c27900
commit
cd0a78a0d9
7 changed files with 255 additions and 67 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.1477"
|
||||
#define GLSLANG_DATE "09-Sep-2016"
|
||||
#define GLSLANG_REVISION "Overload400-PrecQual.1481"
|
||||
#define GLSLANG_DATE "10-Sep-2016"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue