xref: /third_party/glslang/Test/link.redeclareBuiltin.vert
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/glslang/Test/
1617a3babSopenharmony_ci#version 410
2617a3babSopenharmony_ci
3617a3babSopenharmony_ciout gl_PerVertex
4617a3babSopenharmony_ci{
5617a3babSopenharmony_ci    vec4 gl_Position;
6617a3babSopenharmony_ci};
7617a3babSopenharmony_ci
8617a3babSopenharmony_civoid main()
9617a3babSopenharmony_ci{
10617a3babSopenharmony_ci    gl_Position = vec4(1.0);
11617a3babSopenharmony_ci}

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