Hey Migi0027,
The semantic does exist. It exists for the pixel shader.
You could write the pixel shader like this if you wanted:
float4 PShader(float4 color : COLOR) : SV_TARGET
{
return color;
}
The SV_POSITION semantic exists for the non-programmable rasterization stage.

Find content
Not Telling
