]> git.cworth.org Git - apitrace/blobdiff - glws.hpp
Add option to request an Opengl 3.2 core profile context.
[apitrace] / glws.hpp
index 8d72a83357666174d435d7cb2180cf988e05163a..8294f6b320b0d5de288d958474a9e70ebfde8d7a 100644 (file)
--- 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,
 };