Properly dispose of custom shaders, closes #19300
This commit is contained in:
@ -117,6 +117,7 @@ private:
|
||||
uint32_t version;
|
||||
Vector<StringName> texture_uniforms;
|
||||
Vector<CharString> custom_defines;
|
||||
Set<uint32_t> versions;
|
||||
};
|
||||
|
||||
struct Version {
|
||||
|
||||
Reference in New Issue
Block a user