mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-11-29 10:24:10 +01:00
[d3d9] Remove unused variable from D3D9DeviceEx::Clear
Fixes a compiler warning.
This commit is contained in:
parent
cd00719122
commit
79fcaa9fba
@ -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…
Reference in New Issue
Block a user