summaryrefslogtreecommitdiffstats
path: root/Graphics/GLSLTools
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2020-01-26 21:44:37 +0000
committerassiduous <assiduous@diligentgraphics.com>2020-01-26 21:44:37 +0000
commit38ad2d5cb659074ad9b4bde16bcbf71481719b94 (patch)
tree519ded6e25d22d63f7be706c3d71aaf7dd2a6279 /Graphics/GLSLTools
parentRenamed .h -> .hpp files in GLSLTools, GraphicsAccessories, and GraphicsTools... (diff)
downloadDiligentCore-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.cpp2
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"