diff options
author | numzero <numzer0@yandex.ru> | 2023-04-08 01:45:11 +0300 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2023-04-08 19:07:16 +0200 |
commit | e01f285c8fee31bffa4b34dc8a393085f2d0d143 (patch) | |
tree | 30af54be4826e0df12aa21a50b3e3eb7b7ad359b /source/Irrlicht/CNullDriver.h | |
parent | 5eb607f86fa514c24da80650a507889fa0c871e9 (diff) | |
download | irrlicht-e01f285c8fee31bffa4b34dc8a393085f2d0d143.tar.xz |
Extract and use singular CNullDriver::checkImage
Diffstat (limited to 'source/Irrlicht/CNullDriver.h')
-rw-r--r-- | source/Irrlicht/CNullDriver.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/Irrlicht/CNullDriver.h b/source/Irrlicht/CNullDriver.h index 95fc0d9..d3d933c 100644 --- a/source/Irrlicht/CNullDriver.h +++ b/source/Irrlicht/CNullDriver.h @@ -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
|