diff options
author | Jordan Justen <[email protected]> | 2013-03-09 14:52:14 -0800 |
---|---|---|
committer | Jordan Justen <[email protected]> | 2013-05-23 09:37:11 -0700 |
commit | 9368604d996a4c6893f9ca84b1a0e863da9c91c0 (patch) | |
tree | 8197a4e5780cf118cc909ddb849d8c12a8f885e3 /configure.ac | |
parent | 067cc08d6ab41333cd0fa3ea49b9d0247631a28b (diff) |
glsl parser: allow in & out for interface block members
Previously uniform blocks allowed for the 'uniform' keyword
to be used with members of a uniform blocks. With interface
blocks 'in' can be used on 'in' interface block members and
'out' can be used on 'out' interface block members.
The basic_interface_block rule will verify that the same
qualifier type is used with the block and each member.
Signed-off-by: Jordan Justen <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions