mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-09 17:49:45 +00:00
d3d12: Suppress a warning if no rtt is bound
Rendering depth only is legal.
This commit is contained in:
parent
a2f7f371dc
commit
2043181501
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ bool D3D12GSRender::load_program()
|
||||||
prop.numMRT = 4;
|
prop.numMRT = 4;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
LOG_ERROR(RSX, "Bad surface color target: %d", color_target);
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
prop.DepthStencil.DepthEnable = !!(rsx::method_registers[NV4097_SET_DEPTH_TEST_ENABLE]);
|
prop.DepthStencil.DepthEnable = !!(rsx::method_registers[NV4097_SET_DEPTH_TEST_ENABLE]);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue