D3D11HostDisplay: Make screenshots/display rendering opaque
This commit is contained in:
@ -4,5 +4,5 @@ SamplerState samp0_ss : register(s0);
|
||||
void main(in float2 v_tex0 : TEXCOORD0,
|
||||
out float4 o_col0 : SV_Target)
|
||||
{
|
||||
o_col0 = samp0.Sample(samp0_ss, v_tex0);
|
||||
o_col0 = float4(samp0.Sample(samp0_ss, v_tex0).rgb, 1.0);
|
||||
}
|
||||
Reference in New Issue
Block a user