diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-08-09 19:56:58 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-08-09 19:56:58 +0300 |
commit | 73e3236e9e3971efa3c5079df079c25bbefa2ba7 (patch) | |
tree | 9ea4af1d3b392c7469753fda4e69d5a36543e0a1 /src/graphicsmanager.h | |
parent | 7dd7d00d8206cdf83c6e517044fe598f3a013020 (diff) | |
download | plus-73e3236e9e3971efa3c5079df079c25bbefa2ba7.tar.gz plus-73e3236e9e3971efa3c5079df079c25bbefa2ba7.tar.bz2 plus-73e3236e9e3971efa3c5079df079c25bbefa2ba7.tar.xz plus-73e3236e9e3971efa3c5079df079c25bbefa2ba7.zip |
Show error message in log if selected texture compression not supported.
Diffstat (limited to 'src/graphicsmanager.h')
-rw-r--r-- | src/graphicsmanager.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/graphicsmanager.h b/src/graphicsmanager.h index f2c0e6507..1fe682d27 100644 --- a/src/graphicsmanager.h +++ b/src/graphicsmanager.h @@ -98,6 +98,8 @@ class GraphicsManager final void updateTextureFormat() const; + void updateTextureCompressionFormat() const; + bool checkGLVersion(const int major, const int minor) const A_WARN_UNUSED; |