aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/pugl.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-09-14 10:30:31 +0200
committerDavid Robillard <d@drobilla.net>2019-09-14 11:19:55 +0200
commitdd6a9c09695161814d53fc2402178eaab348ca85 (patch)
tree073bac38bb33de95088e80c607cc6adf9093a71b /pugl/pugl.h
parent2c8d8e2335c178b5818a219bcf4df149293d549a (diff)
downloadpugl-dd6a9c09695161814d53fc2402178eaab348ca85.tar.gz
pugl-dd6a9c09695161814d53fc2402178eaab348ca85.tar.bz2
pugl-dd6a9c09695161814d53fc2402178eaab348ca85.zip
Add support for using a debug OpenGL context
Diffstat (limited to 'pugl/pugl.h')
-rw-r--r--pugl/pugl.h1
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 */