diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2018-03-16 05:53:04 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2018-03-16 05:53:04 +0000 |
| commit | 92e9bf90d11361236c19db56968012341e16a7f7 (patch) | |
| tree | bd682cf47536fa8a88ce715cc9996ec317d41791 /Graphics/GraphicsEngineVulkan | |
| parent | Added vulkan backend stub (diff) | |
| download | DiligentCore-92e9bf90d11361236c19db56968012341e16a7f7.tar.gz DiligentCore-92e9bf90d11361236c19db56968012341e16a7f7.zip | |
Updated cmake scripts with Vulkan defines
Diffstat (limited to 'Graphics/GraphicsEngineVulkan')
| -rw-r--r-- | Graphics/GraphicsEngineVulkan/src/RenderDeviceFactoryVk.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Graphics/GraphicsEngineVulkan/src/RenderDeviceFactoryVk.cpp b/Graphics/GraphicsEngineVulkan/src/RenderDeviceFactoryVk.cpp index 4764d849..19803a52 100644 --- a/Graphics/GraphicsEngineVulkan/src/RenderDeviceFactoryVk.cpp +++ b/Graphics/GraphicsEngineVulkan/src/RenderDeviceFactoryVk.cpp @@ -33,8 +33,6 @@ #include "StringTools.h" #include "EngineMemory.h" #include "CommandQueueVkImpl.h" -#include <Windows.h> -#include <dxgi1_4.h> namespace Diligent { |
