xref: /third_party/glslang/Test/spv.xfbStrideJustOnce.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=2) out;
4617a3babSopenharmony_ci
5617a3babSopenharmony_cilayout(location=5, xfb_stride=20) out block {
6617a3babSopenharmony_ci   float y1_out;
7617a3babSopenharmony_ci   vec4 y2_out;
8617a3babSopenharmony_ci};
9617a3babSopenharmony_ci
10617a3babSopenharmony_civoid main() {
11617a3babSopenharmony_ci   y1_out = 7.0;
12617a3babSopenharmony_ci   y2_out = vec4(1.0, 0.0, 0.0, 1.0);
13617a3babSopenharmony_ci   gl_Position = vec4(0.0);
14617a3babSopenharmony_ci}
15

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