struct PS_INPUT { float4 pos: SV_POSITION; float4 col: COLOR0; }; float4 vertstripe_ps(PS_INPUT inp) : SV_Target { return inp.col; }