GLSL Linker: Track entry point across compilation units.
This wasn't needed until the recent generalization of "main" to "entry point", so makes some HLSL-specific code be generic now, for GLSL functional correctness.
This commit is contained in:
parent
6a60c2f9ea
commit
4b6ce415ef
4 changed files with 8 additions and 2 deletions
|
|
@ -3,4 +3,4 @@
|
|||
// For the date, it uses the current date (when then script is run).
|
||||
|
||||
#define GLSLANG_REVISION "Overload400-PrecQual.1686"
|
||||
#define GLSLANG_DATE "08-Dec-2016"
|
||||
#define GLSLANG_DATE "09-Dec-2016"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue