xref: /third_party/glslang/Test/implicitArraySize.frag
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/glslang/Test/
1617a3babSopenharmony_ci#version 460 core
2617a3babSopenharmony_ciin float a[];
3617a3babSopenharmony_ciin float c[3];
4617a3babSopenharmony_ciout float b[5];
5617a3babSopenharmony_ci
6617a3babSopenharmony_civoid main(){
7617a3babSopenharmony_ci  b[0] = a[1];
8617a3babSopenharmony_ci  b[1] = c[1];
9617a3babSopenharmony_ci}

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