blob: 44bb17458677ef42d0972b9d62df08cdfcfae937 [file] [log] [blame]
### Compilation failed:
error: 1: opaque type 'sampler' is not permitted in a struct
struct Bad { sampler x; };
^^^^^^^^^
error: 2: variables of type 'Bad' may not be uniform
uniform Bad b;
^^^^^^^^^^^^^
error: 1: caused by:
struct Bad { sampler x; };
^^^^^^^^^
3 errors