summaryrefslogtreecommitdiff
path: root/src/graphicsmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphicsmanager.h')
-rw-r--r--src/graphicsmanager.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/graphicsmanager.h b/src/graphicsmanager.h
index f61f3a1f3..ce54bb8c2 100644
--- a/src/graphicsmanager.h
+++ b/src/graphicsmanager.h
@@ -125,10 +125,10 @@ class GraphicsManager final
void updateLimits();
- int getMaxVertices() const A_WARN_UNUSED
+ int getMaxVertices() const noexcept2 A_WARN_UNUSED
{ return mMaxVertices; }
- bool getUseAtlases() const A_WARN_UNUSED
+ bool getUseAtlases() const noexcept2 A_WARN_UNUSED
{ return mUseAtlases; }
void logVersion() const;
@@ -144,7 +144,7 @@ class GraphicsManager final
void createTextureSampler();
- bool isUseTextureSampler() const A_WARN_UNUSED
+ bool isUseTextureSampler() const noexcept2 A_WARN_UNUSED
{ return mUseTextureSampler; }
static GLenum getLastError();