blob: 59322acda08827a2419af6545e74fbef753bde78 [file] [log] [blame]
void main(out float4 fragColor : SV_TARGET0)
{
fragColor = 1;
}