Extract and use singular CNullDriver::checkImage

This commit is contained in:
numzero
2023-04-08 01:45:11 +03:00
committed by sfan5
parent 5eb607f86f
commit e01f285c8f
2 changed files with 84 additions and 88 deletions

View File

@ -670,6 +670,8 @@ namespace video
//! checks triangle count and print warning if wrong
bool checkPrimitiveCount(u32 prmcnt) const;
bool checkImage(IImage *image) const;
bool checkImage(const core::array<IImage*>& image) const;
// adds a material renderer and drops it afterwards. To be used for internal creation