xref: /third_party/mesa3d/src/compiler/glsl/tests/warnings/027-inout-function-parameter-shaderout.vert
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/mesa3d/src/compiler/glsl/tests/warnings/
1bf215546Sopenharmony_ci#version 130
2bf215546Sopenharmony_ci
3bf215546Sopenharmony_civoid fooFunction(inout float outVar);
4bf215546Sopenharmony_ci
5bf215546Sopenharmony_ciout float fooOut;
6bf215546Sopenharmony_ci
7bf215546Sopenharmony_civoid main()
8bf215546Sopenharmony_ci{
9bf215546Sopenharmony_ci   float willBeDefined;
10bf215546Sopenharmony_ci
11bf215546Sopenharmony_ci   fooFunction(willBeDefined);
12bf215546Sopenharmony_ci   fooOut = willBeDefined;
13bf215546Sopenharmony_ci}
14bf215546Sopenharmony_ci
15

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