renderer: re-use already created textures if the images are known not to change
This commit is contained in:
@@ -18,6 +18,8 @@ public:
|
||||
|
||||
bool Has(K key) const {return values_.contains(key);}
|
||||
|
||||
void Remove(K key) {values_.remove(key);}
|
||||
|
||||
private:
|
||||
QHash<K, V> values_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user