diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-01-29 07:29:59 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-01-29 07:29:59 +0000 |
| commit | 5658701f7e3534df8a4a4c0fdc2bd500c60a1b2d (patch) | |
| tree | 7af8927ca496d9a5fbfa1ce6f3ec1ae78ef6844e /AssetLoader/src/GLTFLoader.cpp | |
| parent | ImGuiImplDiligent: added UpdateFontsTexture() method (diff) | |
| download | DiligentTools-5658701f7e3534df8a4a4c0fdc2bd500c60a1b2d.tar.gz DiligentTools-5658701f7e3534df8a4a4c0fdc2bd500c60a1b2d.zip | |
Updates to comply with the new API
Diffstat (limited to 'AssetLoader/src/GLTFLoader.cpp')
| -rw-r--r-- | AssetLoader/src/GLTFLoader.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/AssetLoader/src/GLTFLoader.cpp b/AssetLoader/src/GLTFLoader.cpp index f9c8779..f9b35ef 100644 --- a/AssetLoader/src/GLTFLoader.cpp +++ b/AssetLoader/src/GLTFLoader.cpp @@ -30,13 +30,13 @@ #include <cmath> #include "GLTFLoader.h" -#include "MapHelper.h" +#include "MapHelper.hpp" #include "CommonlyUsedStates.h" -#include "DataBlobImpl.h" +#include "DataBlobImpl.hpp" #include "Image.h" -#include "FileSystem.h" -#include "FileWrapper.h" -#include "GraphicsAccessories.h" +#include "FileSystem.hpp" +#include "FileWrapper.hpp" +#include "GraphicsAccessories.hpp" #define TINYGLTF_IMPLEMENTATION #define TINYGLTF_NO_STB_IMAGE |
