From f94450424ab47807fa145c15876305d1fb83328d Mon Sep 17 00:00:00 2001 From: assiduous Date: Mon, 23 Mar 2020 16:58:05 -0700 Subject: GLTF loader: using full texture path as key in texture cache --- AssetLoader/interface/GLTFLoader.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'AssetLoader/interface') diff --git a/AssetLoader/interface/GLTFLoader.hpp b/AssetLoader/interface/GLTFLoader.hpp index 65a4768..a444ea5 100644 --- a/AssetLoader/interface/GLTFLoader.hpp +++ b/AssetLoader/interface/GLTFLoader.hpp @@ -297,6 +297,7 @@ private: void LoadTextures(IRenderDevice* pDevice, IDeviceContext* pCtx, const tinygltf::Model& gltf_model, + const std::string& BaseDir, TextureCacheType* pTextureCache); void LoadTextureSamplers(IRenderDevice* pDevice, const tinygltf::Model& gltf_model); -- cgit v1.2.3