float4 triangle_ps(float4 Pos : SV_POSITION) : SV_Target { return float4(1.0f, 1.0f, 1.0f, 1.0f); // Alpha = 1 }