• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/* FAIL - non-square matrices are not available in GLSL 1.10 */
2
3void main()
4{
5    mat3x4 m;
6}
7