summaryrefslogtreecommitdiffstats
path: root/Graphics/GLSLTools
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2020-09-13 03:17:35 +0000
committerassiduous <assiduous@diligentgraphics.com>2020-09-13 03:17:35 +0000
commit83acbd6c353255f478164018a357637fb2f11cb5 (patch)
treec685b67b63185cd47d397a0d2dc423c9a8032421 /Graphics/GLSLTools
parentFixed shader error log + fixed tests in Win8.1 (diff)
downloadDiligentCore-83acbd6c353255f478164018a357637fb2f11cb5.tar.gz
DiligentCore-83acbd6c353255f478164018a357637fb2f11cb5.zip
Added option to enable/disable device features during initialization (API 240069)
Diffstat (limited to 'Graphics/GLSLTools')
-rw-r--r--Graphics/GLSLTools/include/GLSLSourceBuilder.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/GLSLTools/include/GLSLSourceBuilder.hpp b/Graphics/GLSLTools/include/GLSLSourceBuilder.hpp
index 99710eaf..ffe36a4e 100644
--- a/Graphics/GLSLTools/include/GLSLSourceBuilder.hpp
+++ b/Graphics/GLSLTools/include/GLSLSourceBuilder.hpp
@@ -28,7 +28,7 @@
#pragma once
#include "BasicTypes.h"
-#include "DeviceCaps.h"
+#include "GraphicsTypes.h"
#include "Shader.h"
namespace Diligent