summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineVulkan
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2018-07-08 00:54:54 +0000
committerEgor Yusov <egor.yusov@gmail.com>2018-07-08 00:54:54 +0000
commit9fb633405bf8ef03ee73f74c3339b83aeebbe86c (patch)
treea685addcf6231abd3a0935ff67dae307cdc8f226 /Graphics/GraphicsEngineVulkan
parentRemoved unused CommandContext.cpp/h from Vulkan lib (diff)
downloadDiligentCore-9fb633405bf8ef03ee73f74c3339b83aeebbe86c.tar.gz
DiligentCore-9fb633405bf8ef03ee73f74c3339b83aeebbe86c.zip
Deleted remaining references to unused CommandContext.h in Vulkan lib
Diffstat (limited to 'Graphics/GraphicsEngineVulkan')
-rw-r--r--Graphics/GraphicsEngineVulkan/src/PipelineLayout.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngineVulkan/src/PipelineLayout.cpp b/Graphics/GraphicsEngineVulkan/src/PipelineLayout.cpp
index 3fb20bab..3a415d04 100644
--- a/Graphics/GraphicsEngineVulkan/src/PipelineLayout.cpp
+++ b/Graphics/GraphicsEngineVulkan/src/PipelineLayout.cpp
@@ -26,7 +26,6 @@
#include "PipelineLayout.h"
#include "ShaderResourceLayoutVk.h"
#include "ShaderVkImpl.h"
-#include "CommandContext.h"
#include "RenderDeviceVkImpl.h"
#include "DeviceContextVkImpl.h"
#include "TextureVkImpl.h"