xref: /third_party/glslang/Test/spv.builtInXFB.vert
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/glslang/Test/
1617a3babSopenharmony_ci#version 450
2617a3babSopenharmony_ci
3617a3babSopenharmony_cilayout(xfb_buffer = 1, xfb_stride = 64) out;
4617a3babSopenharmony_ci
5617a3babSopenharmony_cilayout (xfb_buffer = 1, xfb_offset = 16) out gl_PerVertex
6617a3babSopenharmony_ci{
7617a3babSopenharmony_ci    float gl_PointSize;
8617a3babSopenharmony_ci    vec4 gl_Position;
9617a3babSopenharmony_ci};
10617a3babSopenharmony_ci
11617a3babSopenharmony_civoid main()
12617a3babSopenharmony_ci{
13617a3babSopenharmony_ci    gl_Position = vec4(1.0);
14617a3babSopenharmony_ci    gl_PointSize = 2.0;
15617a3babSopenharmony_ci}

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