summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsTools
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-04-16 04:59:35 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-04-16 04:59:35 +0000
commit798049f2b5c560727185591606d8e7ecb5e95a92 (patch)
tree4701813443db17617b804c55e9dae3f375bba19f /Graphics/GraphicsTools
parentReworked TextureUploaderD3D12 to work in D3D12 and Vulkan modes (diff)
downloadDiligentCore-798049f2b5c560727185591606d8e7ecb5e95a92.tar.gz
DiligentCore-798049f2b5c560727185591606d8e7ecb5e95a92.zip
Fixed Linux/Mac build error
Diffstat (limited to 'Graphics/GraphicsTools')
-rw-r--r--Graphics/GraphicsTools/src/TextureUploaderD3D12_Vk.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/Graphics/GraphicsTools/src/TextureUploaderD3D12_Vk.cpp b/Graphics/GraphicsTools/src/TextureUploaderD3D12_Vk.cpp
index b3e843b7..b2c6e5e1 100644
--- a/Graphics/GraphicsTools/src/TextureUploaderD3D12_Vk.cpp
+++ b/Graphics/GraphicsTools/src/TextureUploaderD3D12_Vk.cpp
@@ -21,9 +21,6 @@
* of the possibility of such damages.
*/
-#include "pch.h"
-
-#include <atlbase.h>
#include <mutex>
#include <unordered_map>
#include <deque>