empty-block-in-block.azsl 67 B

12345678
  1. float3 main() : COLOR0
  2. {
  3. {
  4. ;
  5. }
  6. return (float3)0;
  7. }