diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-01-26 21:44:37 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-01-26 21:44:37 +0000 |
| commit | 38ad2d5cb659074ad9b4bde16bcbf71481719b94 (patch) | |
| tree | 519ded6e25d22d63f7be706c3d71aaf7dd2a6279 /Graphics/GLSLTools | |
| parent | Renamed .h -> .hpp files in GLSLTools, GraphicsAccessories, and GraphicsTools... (diff) | |
| download | DiligentCore-38ad2d5cb659074ad9b4bde16bcbf71481719b94.tar.gz DiligentCore-38ad2d5cb659074ad9b4bde16bcbf71481719b94.zip | |
Renamed .h -> .hpp in GraphicsEngine, GraphicsEngineD3DBase, GraphicsEningeD3D11, and GraphicsEningeD3D12 projects
Diffstat (limited to 'Graphics/GLSLTools')
| -rw-r--r-- | Graphics/GLSLTools/src/SPIRVShaderResources.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/GLSLTools/src/SPIRVShaderResources.cpp b/Graphics/GLSLTools/src/SPIRVShaderResources.cpp index b51c2a00..4d9fc6d5 100644 --- a/Graphics/GLSLTools/src/SPIRVShaderResources.cpp +++ b/Graphics/GLSLTools/src/SPIRVShaderResources.cpp @@ -29,7 +29,7 @@ #include "SPIRVShaderResources.hpp" #include "spirv_parser.hpp" #include "spirv_cross.hpp" -#include "ShaderBase.h" +#include "ShaderBase.hpp" #include "GraphicsAccessories.hpp" #include "StringTools.h" #include "Align.h" |
