summaryrefslogtreecommitdiff
path: root/glws.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'glws.hpp')
-rw-r--r--glws.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/glws.hpp b/glws.hpp
index 8d72a83..8294f6b 100644
--- a/glws.hpp
+++ b/glws.hpp
@@ -38,7 +38,8 @@ namespace glws {
enum Profile {
- PROFILE_COMPAT,
+ PROFILE_COMPAT = 0,
+ PROFILE_CORE,
PROFILE_ES1,
PROFILE_ES2,
};