|
@@ -125,7 +125,7 @@ public:
|
|
|
|
|
|
|
|
protected:
|
|
protected:
|
|
|
/// Check whether texture memory budget has been exceeded. Free unused materials in that case to release the texture references.
|
|
/// Check whether texture memory budget has been exceeded. Free unused materials in that case to release the texture references.
|
|
|
- void CheckTextureBudget(ShortStringHash type);
|
|
|
|
|
|
|
+ void CheckTextureBudget(StringHash type);
|
|
|
/// Create texture.
|
|
/// Create texture.
|
|
|
virtual bool Create() { return true; }
|
|
virtual bool Create() { return true; }
|
|
|
|
|
|