Cross Reference: matrix-06.glsl
xref
: /
external
/
mesa3d
/
src
/
glsl
/
tests
/
matrix-06.glsl
Home
History
Annotate
Line#
Navigate
Download
only in
matrix-06.glsl
matrix-06.glsl revision 1591693c7b415e9869157c711fe11263c95d74e7
1
/* FAIL - non-square matrices are not available in GLSL 1.10 */
2
3
void
main
()
4
{
5
mat4x3
m;
6
}
7