compoundsuffix.frag.hlsl 76 B

1234567
  1. void main(out float4 fragColor : SV_TARGET0)
  2. {
  3. fragColor = 1;
  4. }