Properly dispose of custom shaders, closes #19300

This commit is contained in:
Juan Linietsky
2019-01-25 19:28:27 -03:00
parent b3335e943b
commit 973b68f396
4 changed files with 58 additions and 2 deletions

View File

@ -117,6 +117,7 @@ private:
uint32_t version;
Vector<StringName> texture_uniforms;
Vector<CharString> custom_defines;
Set<uint32_t> versions;
};
struct Version {