Skip to content
Snippets Groups Projects
Commit 52ee61f0 authored by Trevor Hollmann's avatar Trevor Hollmann
Browse files

[#79] Add note about untested feature.

parent b25ea20a
No related branches found
No related tags found
1 merge request!69Resolve "Rework Asset Loader API"
Pipeline #26800 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment