commit | 6463d36394bf95f73cfe3ba6bdf900da431e4e55 | [log] [tgz] |
---|---|---|
author | Timothy Arceri <timothy.arceri@collabora.com> | Mon Nov 23 10:07:30 2015 +1100 |
committer | Timothy Arceri <t_arceri@yahoo.com.au> | Mon Nov 23 13:47:19 2015 +1100 |
tree | 37b68633910d114c5fd3109e30ce591608e5e255 | |
parent | ad5f6b03e793b9390e3b9f3eca68bd43f9d809eb [diff] |
glsl: fix max binding validation for uniform blocks Regression as of 64710db66461e We can't use the type returned by get_interface_type() as the interface type has arrays removed. Reviewed-by: Emil Velikov <emil.velikov@collabora.com>