aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_gl_hints.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-10-03 19:38:54 +0200
committerDavid Robillard <d@drobilla.net>2020-10-04 12:51:35 +0200
commita36408b7c641e0b9052315aed87ce8e591a6a717 (patch)
treec0aea5cddbbbd62b822f91cf35f391b23d38bafb /test/test_gl_hints.c
parentcc5c38b1aaf93157f5558df95383491a6163cc5a (diff)
downloadpugl-a36408b7c641e0b9052315aed87ce8e591a6a717.tar.gz
pugl-a36408b7c641e0b9052315aed87ce8e591a6a717.tar.bz2
pugl-a36408b7c641e0b9052315aed87ce8e591a6a717.zip
Print all view hints in shader demo and hint tests
Diffstat (limited to 'test/test_gl_hints.c')
-rw-r--r--test/test_gl_hints.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_gl_hints.c b/test/test_gl_hints.c
index 9830e2e..0e8efbb 100644
--- a/test/test_gl_hints.c
+++ b/test/test_gl_hints.c
@@ -60,6 +60,7 @@ main(void)
// Realize view and print all hints for debugging convenience
assert(!puglRealize(view));
+ printViewHints(view);
// Check that no hints are set to PUGL_DONT_CARE
assert(puglGetViewHint(view, PUGL_USE_COMPAT_PROFILE) != PUGL_DONT_CARE);