diff options
author | Timothy Arceri <[email protected]> | 2015-11-13 10:27:00 +1100 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2015-11-18 07:29:47 +1100 |
commit | c54865db784ec26406aa98ebe67d86568ab9fc96 (patch) | |
tree | 01864d45f7b8ce11f2bd3f9852e23e4d01862d4f /src/glsl/ast_array_index.cpp | |
parent | 14d343b0247e8ce826b43c4cb0f9e8c94102167e (diff) |
glsl: only do type and qualifier validation once per declaration
For struct and block members previously we were doing it for
every variable declaration.
So for example
struct S {
atomic_uint x, y, z;
};
Would previously generate three error messages when one is sufficient.
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/glsl/ast_array_index.cpp')
0 files changed, 0 insertions, 0 deletions