aboutsummaryrefslogtreecommitdiff
path: root/tests/glslparsertest/glsl2/constructor-13.vert
blob: f7c1d5febf5d660fdb081749a7209de2b317e7c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// [config]
// expect_result: pass
// glsl_version: 1.10
//
// # NOTE: Config section was auto-generated from file
// # NOTE: 'glslparser.tests' at git revision
// # NOTE: 6cc17ae70b70d150aa1751f8e28db7b2a9bd50f0
// [end config]


void main()
{
   const mat3x2 m = mat3x2(ivec3(1,2,3),ivec3(4,5,6));
}