From 47897900874a622305a2a738d957ece7f3db9a03 Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Mon, 26 Aug 2019 23:37:28 +0200 Subject: [PATCH] [d3d11] Remove outdated comment We actually handle this properly now. --- src/d3d11/d3d11_context.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/d3d11/d3d11_context.cpp b/src/d3d11/d3d11_context.cpp index 34223112f..92115d88a 100644 --- a/src/d3d11/d3d11_context.cpp +++ b/src/d3d11/d3d11_context.cpp @@ -3213,10 +3213,6 @@ namespace dxvk { void D3D11DeviceContext::BindFramebuffer(BOOL Spill) { - // NOTE According to the Microsoft docs, we are supposed to - // unbind overlapping shader resource views. Since this comes - // with a large performance penalty we'll ignore this until an - // application actually relies on this behaviour. DxvkRenderTargets attachments; // D3D11 doesn't have the concept of a framebuffer object,