xref: /third_party/glslang/Test/spv.vecMatConstruct.frag
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/glslang/Test/
1617a3babSopenharmony_ci#version 450
2617a3babSopenharmony_ci
3617a3babSopenharmony_civoid main()
4617a3babSopenharmony_ci{
5617a3babSopenharmony_ci    mat4x3 m;
6617a3babSopenharmony_ci
7617a3babSopenharmony_ci    vec2 v2 = vec2(m);
8617a3babSopenharmony_ci    vec3 v3 = vec3(m);
9617a3babSopenharmony_ci    vec4 v4 = vec4(m);
10617a3babSopenharmony_ci
11617a3babSopenharmony_ci    ivec2 iv2 = ivec2(m);
12617a3babSopenharmony_ci    ivec3 iv3 = ivec3(m);
13617a3babSopenharmony_ci    ivec4 iv4 = ivec4(m);
14617a3babSopenharmony_ci}
15

Indexes created Thu Nov 07 10:32:03 CST 2024