mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 13:10:10 +01:00
6 lines
95 B
GLSL
6 lines
95 B
GLSL
/* FAIL - non-square matrices are not available in GLSL 1.10 */
|
|
|
|
void main()
|
|
{
|
|
mat3x2 m;
|
|
}
|