glsl/linker: Count and check image resources.
authorFrancisco Jerez <currojerez@riseup.net>
Fri, 22 Nov 2013 23:53:26 +0000 (15:53 -0800)
committerFrancisco Jerez <currojerez@riseup.net>
Wed, 12 Feb 2014 17:44:06 +0000 (18:44 +0100)
commite51158f2e77155bcfc6ba5f42d1cf9b9c9810930
tree96c1fd97a3440751d5fecdf59a137581ec2bda04
parente8dbe430aa77d6a775e087938bd19002f2a39e18
glsl/linker: Count and check image resources.

v2: Add comment about the reason why image variables take up space
    from the default uniform block.

Reviewed-by: Paul Berry <stereotype441@gmail.com>
src/glsl/link_uniforms.cpp
src/glsl/linker.cpp