sampler2D Texture0 : register(s0) : register(t0);
void main(out float4 Color : COLOR0)
{
    Color = tex2D( Texture0, float2(0.5f, 0.5f) ).rrrr;
}
