glsl: Forbid calling the constructor of any opaque type.
authorFrancisco Jerez <currojerez@riseup.net>
Thu, 4 Dec 2014 08:40:56 +0000 (10:40 +0200)
committerFrancisco Jerez <currojerez@riseup.net>
Tue, 10 Feb 2015 13:49:43 +0000 (15:49 +0200)
commite6146e6f14d5e2f9080ce033814fb1d14a175e70
tree1911941b1b49357d3aa6648a3b86c6082d8e9d13
parentc4111dfa0a54238510a0c6374d6eb421c296d64f
glsl: Forbid calling the constructor of any opaque type.

The spec doesn't define any opaque type constructors.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/glsl/ast_function.cpp