{ hlsl_vp { result.position = _float4( 0.0 ); } hlsl_fp { clip( -1 ); result.color = _float4( 0.0 ); result.color1 = _float4( 0.0 ); } }