blob: 17f0a64297cbd80151caedd820951584d2781132 [file] [log] [blame] [edit]
float4 main() : SV_Target {
return float4(0.5, 0.5, 0.5, 1.0);
}