diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-11-06 04:39:08 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-11-06 04:39:08 +0000 |
| commit | 65b375263ac6e91ae04c48faae921d261b55aff5 (patch) | |
| tree | 12320209b0af35e675c479c048fd12901e9a9f8f /Graphics/GraphicsEngineD3DBase | |
| parent | Refactored BottomLevelASBase (diff) | |
| download | DiligentCore-65b375263ac6e91ae04c48faae921d261b55aff5.tar.gz DiligentCore-65b375263ac6e91ae04c48faae921d261b55aff5.zip | |
GraphicsEngineBase: removed pch.h
Diffstat (limited to 'Graphics/GraphicsEngineD3DBase')
| -rw-r--r-- | Graphics/GraphicsEngineD3DBase/src/ShaderResources.cpp | 1 |
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" |
