Handles the case of
float[] x = float[] (1.0, 2.0, 3.0),
y = float[] (1.0, 2.0, 3.0, 4.0);
where a shallow copy of the type arrayness from the left-most float[]
was getting used twice.
7 lines
283 B
C
7 lines
283 B
C
// This header is generated by the make-revision script.
|
|
// 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 "SPIRV99.807"
|
|
#define GLSLANG_DATE "28-Nov-2015"
|