hlsl.shapeConvRet.frag 79 B

12345678910
  1. int3 foo()
  2. {
  3. return 13;
  4. }
  5. float4 main(float f)
  6. {
  7. return f;
  8. }