summaryrefslogtreecommitdiff
path: root/src/graphicsmanager.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-08-09 19:56:58 +0300
committerAndrei Karas <akaras@inbox.ru>2015-08-09 19:56:58 +0300
commit73e3236e9e3971efa3c5079df079c25bbefa2ba7 (patch)
tree9ea4af1d3b392c7469753fda4e69d5a36543e0a1 /src/graphicsmanager.h
parent7dd7d00d8206cdf83c6e517044fe598f3a013020 (diff)
downloadplus-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.h2
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;