aboutsummaryrefslogtreecommitdiff
path: root/Gem/develop/include/Gem/Utils/GLUtil.h
diff options
context:
space:
mode:
authorTravis CI <zmoelnig@travis-ci.umlaeute.mur.at>2017-11-27 21:54:03 +0000
committerTravis CI <zmoelnig@travis-ci.umlaeute.mur.at>2017-11-27 21:54:03 +0000
commitb24636bdefe23c26864e2efaaf05e016208af084 (patch)
tree975004f074d1a068c617e081e3f19aecae4295dd /Gem/develop/include/Gem/Utils/GLUtil.h
parentc0035706f38fb8e85069ec55b53910b810a59f2c (diff)
Gem ebc50987f9794b71fc512d52b46e5c78d6e9218f linux/amd64
built 'noexcept:ebc50987f9794b71fc512d52b46e5c78d6e9218f' for linux/amd64
Diffstat (limited to 'Gem/develop/include/Gem/Utils/GLUtil.h')
-rw-r--r--Gem/develop/include/Gem/Utils/GLUtil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gem/develop/include/Gem/Utils/GLUtil.h b/Gem/develop/include/Gem/Utils/GLUtil.h
index c550c07..16fa492 100644
--- a/Gem/develop/include/Gem/Utils/GLUtil.h
+++ b/Gem/develop/include/Gem/Utils/GLUtil.h
@@ -45,7 +45,7 @@ GEM_EXTERN extern int getGLbitfield(int argc, struct _atom *argv);
public:
GLuintMap(const std::string&name);
virtual ~GLuintMap();
- GLuint get(float) throw(GemException&);
+ GLuint get(float); // throws GemException
/* map a GLuint to float; if float is 0, the new mapping is created,
* else we just update an existing one
* updating is especially useful with multiple contexts */