summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineD3DBase
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2020-11-06 04:39:08 +0000
committerassiduous <assiduous@diligentgraphics.com>2020-11-06 04:39:08 +0000
commit65b375263ac6e91ae04c48faae921d261b55aff5 (patch)
tree12320209b0af35e675c479c048fd12901e9a9f8f /Graphics/GraphicsEngineD3DBase
parentRefactored BottomLevelASBase (diff)
downloadDiligentCore-65b375263ac6e91ae04c48faae921d261b55aff5.tar.gz
DiligentCore-65b375263ac6e91ae04c48faae921d261b55aff5.zip
GraphicsEngineBase: removed pch.h
Diffstat (limited to 'Graphics/GraphicsEngineD3DBase')
-rw-r--r--Graphics/GraphicsEngineD3DBase/src/ShaderResources.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngineD3DBase/src/ShaderResources.cpp b/Graphics/GraphicsEngineD3DBase/src/ShaderResources.cpp
index 7e6c1f50..d0691bd2 100644
--- a/Graphics/GraphicsEngineD3DBase/src/ShaderResources.cpp
+++ b/Graphics/GraphicsEngineD3DBase/src/ShaderResources.cpp
@@ -25,7 +25,6 @@
* of the possibility of such damages.
*/
-#include "pch.h"
#include "EngineMemory.h"
#include "StringTools.hpp"
#include "ShaderResources.hpp"