diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/waffle/waffle_enum.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/waffle/waffle_enum.h b/include/waffle/waffle_enum.h index df87e0e..0437d64 100644 --- a/include/waffle/waffle_enum.h +++ b/include/waffle/waffle_enum.h @@ -65,6 +65,7 @@ enum waffle_enum { WAFFLE_CONTEXT_OPENGL = 0x020b, WAFFLE_CONTEXT_OPENGL_ES1 = 0x020c, WAFFLE_CONTEXT_OPENGL_ES2 = 0x020d, + WAFFLE_CONTEXT_OPENGL_ES3 = 0x0214, WAFFLE_CONTEXT_MAJOR_VERSION = 0x020e, WAFFLE_CONTEXT_MINOR_VERSION = 0x020f, |