diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-09-13 03:17:35 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-09-13 03:17:35 +0000 |
| commit | 83acbd6c353255f478164018a357637fb2f11cb5 (patch) | |
| tree | c685b67b63185cd47d397a0d2dc423c9a8032421 /Graphics/GLSLTools | |
| parent | Fixed shader error log + fixed tests in Win8.1 (diff) | |
| download | DiligentCore-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.hpp | 2 |
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 |
