#include "common.h" //float4 main ( p_flat I ) : SV_Target float4 main() : SV_Target { return float4 (1,1,1,0)*1.0h; }