Remove texture canonicalization on global file name.

This commit is contained in:
BearOso 2023-01-23 15:05:20 -06:00
parent ed37f930aa
commit 10a2cd19d1
1 changed files with 1 additions and 4 deletions

View File

@ -114,10 +114,7 @@ bool SlangPreset::load_preset_file(string filename)
if (!shader.load_file())
return false;
}
for (auto &texture : textures)
canonicalize(texture.filename, conf.textures_filename);
gather_parameters();
for (auto &p : parameters)