7 lines
95 B
Plaintext
7 lines
95 B
Plaintext
![]() |
/* FAIL - non-square matrices are not available in GLSL 1.10 */
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
mat2x3 m;
|
||
|
}
|