xref: /third_party/glslang/Test/contradict_0.geom
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/glslang/Test/
1617a3babSopenharmony_ci#version 330
2617a3babSopenharmony_ci
3617a3babSopenharmony_cilayout(points) in;
4617a3babSopenharmony_cilayout(triangle_strip, max_vertices = 4) out;
5617a3babSopenharmony_ci
6617a3babSopenharmony_cifloat getV();
7617a3babSopenharmony_ci
8617a3babSopenharmony_civoid main (void)
9617a3babSopenharmony_ci{
10617a3babSopenharmony_ci    float v = getV();
11617a3babSopenharmony_ci    EndPrimitive();
12617a3babSopenharmony_ci    EndPrimitive();
13617a3babSopenharmony_ci}
14

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