• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1void main(out float4 fragColor : SV_TARGET0)
2{
3    fragColor = 1;
4}
5
6
7