summaryrefslogtreecommitdiff
path: root/src/glsl/tests/constructor-02.glsl
blob: 47acbe9db1494549abe3de427a5d432efecc4d1e (plain)
1
2
3
4
5
6
7
/* FAIL - cannot construct samplers */
void main()
{
  int i;

  i = sampler2D(0);
}