mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 16:28:08 +02:00
Add (negative) test for constructing samplers
This commit is contained in:
parent
882dad7540
commit
7d9bce3551
1 changed files with 7 additions and 0 deletions
7
tests/constructor-02.glsl
Normal file
7
tests/constructor-02.glsl
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
/* FAIL - cannot construct samplers */
|
||||
void main()
|
||||
{
|
||||
int i;
|
||||
|
||||
i = sampler2D(0);
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue