fixed4 main(
  half2 Out_Tex0 : TEXCOORD0,
  fixed4 Out_Color0 : COLOR0,
  uniform sampler2D Diffuse
  PREFIX
) : COLOR {
  SETFRAGCOLOR tex2D(Diffuse, Out_Tex0) * Out_Color0;
  return gl_FragColor;
}
