diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-04-16 04:59:35 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-04-16 04:59:35 +0000 |
| commit | 798049f2b5c560727185591606d8e7ecb5e95a92 (patch) | |
| tree | 4701813443db17617b804c55e9dae3f375bba19f /Graphics/GraphicsTools | |
| parent | Reworked TextureUploaderD3D12 to work in D3D12 and Vulkan modes (diff) | |
| download | DiligentCore-798049f2b5c560727185591606d8e7ecb5e95a92.tar.gz DiligentCore-798049f2b5c560727185591606d8e7ecb5e95a92.zip | |
Fixed Linux/Mac build error
Diffstat (limited to 'Graphics/GraphicsTools')
| -rw-r--r-- | Graphics/GraphicsTools/src/TextureUploaderD3D12_Vk.cpp | 3 |
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> |
