Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/doitsujin/dxvk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/d3d11/d3d11_texture.cpp')
-rw-r--r--src/d3d11/d3d11_texture.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/d3d11/d3d11_texture.cpp b/src/d3d11/d3d11_texture.cpp
index 26e7bea6..7a8c6043 100644
--- a/src/d3d11/d3d11_texture.cpp
+++ b/src/d3d11/d3d11_texture.cpp
@@ -249,10 +249,6 @@ namespace dxvk {
if (imageInfo.sharing.mode == DxvkSharedHandleMode::Export)
ExportImageInfo();
-
- // Hide some internal flags as necessary
- if (DxgiUsage & DXGI_USAGE_BACK_BUFFER)
- m_desc.MiscFlags &= ~D3D11_RESOURCE_MISC_TILED;
}