From a36408b7c641e0b9052315aed87ce8e591a6a717 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 3 Oct 2020 19:38:54 +0200 Subject: Print all view hints in shader demo and hint tests --- test/test_gl_hints.c | 1 + 1 file changed, 1 insertion(+) (limited to 'test/test_gl_hints.c') 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); -- cgit v1.2.1