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 23:00:15 +0000
committerTravis CI <zmoelnig@travis-ci.umlaeute.mur.at>2017-11-27 23:00:15 +0000
commitf67b8323fe6ef393f896e67812e6bf5b3cbe3a51 (patch)
tree793c0b81d232213de990ee40c35338e148ff8fec /Gem/develop/include/Gem/Utils/GLUtil.h
parent3b710d428c9dba58e7bb538af234da8d71d2c269 (diff)
Gem ebc50987f9794b71fc512d52b46e5c78d6e9218f osx/x86_64
built 'noexcept:ebc50987f9794b71fc512d52b46e5c78d6e9218f' for osx/x86_64
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 */