xref: /third_party/glslang/Test/hlsl.synthesizeInput.frag
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/glslang/Test/
1617a3babSopenharmony_cistruct PSInput {
2617a3babSopenharmony_ci  float interp;
3617a3babSopenharmony_ci  uint no_interp;
4617a3babSopenharmony_ci};
5617a3babSopenharmony_ci
6617a3babSopenharmony_cifloat4 main(PSInput input : INPUT) : SV_TARGET
7617a3babSopenharmony_ci{
8617a3babSopenharmony_ci  return float4(float(input.no_interp), input.interp, 0, 1);
9617a3babSopenharmony_ci}

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