diff --git a/modules/asset_loader/include/vkcv/asset/asset_loader.hpp b/modules/asset_loader/include/vkcv/asset/asset_loader.hpp
index 8d80062bacce4a4d9f825a6884043cf69d439c98..a94d9572b00d431b63a95e5e4075a622f768b796 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