mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[d3d9] Remove unused variable from D3D9DeviceEx::Clear
Fixes a compiler warning.
This commit is contained in:
parent
cd00719122
commit
79fcaa9fba
1 changed files with 0 additions and 3 deletions
|
@ -1315,9 +1315,6 @@ namespace dxvk {
|
|||
}
|
||||
|
||||
// Here, Count of 0 will denote whether or not to care about user rects.
|
||||
|
||||
auto* rt0Desc = m_state.renderTargets[0]->GetCommonTexture()->Desc();
|
||||
|
||||
VkClearValue clearValueDepth;
|
||||
clearValueDepth.depthStencil.depth = Z;
|
||||
clearValueDepth.depthStencil.stencil = Stencil;
|
||||
|
|
Loading…
Add table
Reference in a new issue