diff options
Diffstat (limited to 'pugl/pugl.h')
-rw-r--r-- | pugl/pugl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pugl/pugl.h b/pugl/pugl.h index 9a93511..70d6f42 100644 --- a/pugl/pugl.h +++ b/pugl/pugl.h @@ -78,6 +78,7 @@ typedef enum { */ typedef enum { PUGL_USE_COMPAT_PROFILE, /**< Use compatible (not core) OpenGL profile */ + PUGL_USE_DEBUG_CONTEXT, /**< True to use a debug OpenGL context */ PUGL_CONTEXT_VERSION_MAJOR, /**< OpenGL context major version */ PUGL_CONTEXT_VERSION_MINOR, /**< OpenGL context minor version */ PUGL_RED_BITS, /**< Number of bits for red channel */ |