blob: 9bf06b72652099be5d5a8e5f79128d5b25524795 [file] [log] [blame]
void foo1() {}
void foo2(void) {}
float4 PixelShaderFunction(float4 input) : COLOR0
{
foo1();
foo2();
}