xref: /third_party/glslang/Test/implicitArraySizeBuiltin.vert
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/glslang/Test/
1617a3babSopenharmony_ci#version 460 core
2617a3babSopenharmony_ci
3617a3babSopenharmony_civoid f1(float x)
4617a3babSopenharmony_ci{
5617a3babSopenharmony_ci    gl_ClipDistance[6] = x;
6617a3babSopenharmony_ci    gl_CullDistance[1] = x;
7617a3babSopenharmony_ci}
8617a3babSopenharmony_ci
9617a3babSopenharmony_civoid main(){
10617a3babSopenharmony_ci  f1(0.1);
11617a3babSopenharmony_ci}

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