diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2018-07-08 00:54:54 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2018-07-08 00:54:54 +0000 |
| commit | 9fb633405bf8ef03ee73f74c3339b83aeebbe86c (patch) | |
| tree | a685addcf6231abd3a0935ff67dae307cdc8f226 /Graphics/GraphicsEngineVulkan | |
| parent | Removed unused CommandContext.cpp/h from Vulkan lib (diff) | |
| download | DiligentCore-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.cpp | 1 |
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" |
