From 52ee61f02db2276980c593801d01cd8cb9773a12 Mon Sep 17 00:00:00 2001 From: Trevor Hollmann <thollmann@uni-koblenz.de> Date: Tue, 17 Aug 2021 14:13:26 +0200 Subject: [PATCH] [#79] Add note about untested feature. --- modules/asset_loader/include/vkcv/asset/asset_loader.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/asset_loader/include/vkcv/asset/asset_loader.hpp b/modules/asset_loader/include/vkcv/asset/asset_loader.hpp index 8d80062b..a94d9572 100644 --- a/modules/asset_loader/include/vkcv/asset/asset_loader.hpp +++ b/modules/asset_loader/include/vkcv/asset/asset_loader.hpp @@ -91,6 +91,7 @@ struct Sampler { * RGB or is grayscale. In the case where the glTF-file does not provide a URI * but references a buffer view for the raw data, the path member will be empty * even though the rest is initialized properly. + * NOTE: Loading textures without URI is untested. */ struct Texture { std::filesystem::path path; // URI to the encoded texture data -- GitLab