diff options
author | David Robillard <d@drobilla.net> | 2020-10-03 19:38:54 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-10-04 12:51:35 +0200 |
commit | a36408b7c641e0b9052315aed87ce8e591a6a717 (patch) | |
tree | c0aea5cddbbbd62b822f91cf35f391b23d38bafb /test/test_stub_hints.c | |
parent | cc5c38b1aaf93157f5558df95383491a6163cc5a (diff) | |
download | pugl-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_stub_hints.c')
-rw-r--r-- | test/test_stub_hints.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_stub_hints.c b/test/test_stub_hints.c index cd4db6a..a74927e 100644 --- a/test/test_stub_hints.c +++ b/test/test_stub_hints.c @@ -56,6 +56,7 @@ main(void) // Realize view and print all hints for debugging convenience assert(!puglRealize(view)); + printViewHints(view); // Check that no relevant hints are set to PUGL_DONT_CARE assert(puglGetViewHint(view, PUGL_USE_COMPAT_PROFILE) != PUGL_DONT_CARE); |