Add (negative) test for constructing samplers

This commit is contained in:
Ian Romanick 2010-03-24 12:08:46 -07:00
parent 882dad7540
commit 7d9bce3551

View file

@ -0,0 +1,7 @@
/* FAIL - cannot construct samplers */
void main()
{
int i;
i = sampler2D(0);
}