Add (negative) test for constructing samplers
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
/* FAIL - cannot construct samplers */
|
||||
void main()
|
||||
{
|
||||
int i;
|
||||
|
||||
i = sampler2D(0);
|
||||
}
|
||||
Reference in New Issue
Block a user