diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-01-27 01:55:51 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-01-27 01:55:51 +0000 |
| commit | fa7fb792ec7ce494b434cc68fed5a3d2c9328a38 (patch) | |
| tree | a17dbf77423a093b7d7f8f232bb5209ac5e3da3b /Graphics/HLSL2GLSLConverterLib | |
| parent | Renamed platform headers .h -> .hpp (diff) | |
| download | DiligentCore-fa7fb792ec7ce494b434cc68fed5a3d2c9328a38.tar.gz DiligentCore-fa7fb792ec7ce494b434cc68fed5a3d2c9328a38.zip | |
A bunch of final .h -> .hpp renamings
Diffstat (limited to 'Graphics/HLSL2GLSLConverterLib')
| -rw-r--r-- | Graphics/HLSL2GLSLConverterLib/include/HLSL2GLSLConverterImpl.hpp | 2 | ||||
| -rw-r--r-- | Graphics/HLSL2GLSLConverterLib/include/HLSL2GLSLConverterObject.hpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Graphics/HLSL2GLSLConverterLib/include/HLSL2GLSLConverterImpl.hpp b/Graphics/HLSL2GLSLConverterLib/include/HLSL2GLSLConverterImpl.hpp index 0777dbdd..3d32aac5 100644 --- a/Graphics/HLSL2GLSLConverterLib/include/HLSL2GLSLConverterImpl.hpp +++ b/Graphics/HLSL2GLSLConverterLib/include/HLSL2GLSLConverterImpl.hpp @@ -33,7 +33,7 @@ #include <vector> #include "HLSL2GLSLConverter.h" -#include "ObjectBase.h" +#include "ObjectBase.hpp" #include "HLSLKeywords.h" #include "Shader.h" #include "HashUtils.hpp" diff --git a/Graphics/HLSL2GLSLConverterLib/include/HLSL2GLSLConverterObject.hpp b/Graphics/HLSL2GLSLConverterLib/include/HLSL2GLSLConverterObject.hpp index 8603ced8..a77f4fda 100644 --- a/Graphics/HLSL2GLSLConverterLib/include/HLSL2GLSLConverterObject.hpp +++ b/Graphics/HLSL2GLSLConverterLib/include/HLSL2GLSLConverterObject.hpp @@ -27,7 +27,7 @@ #pragma once -#include "ObjectBase.h" +#include "ObjectBase.hpp" #include "HLSL2GLSLConverter.h" namespace Diligent |
