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_stub_hints.c | 1 + 1 file changed, 1 insertion(+) (limited to 'test/test_stub_hints.c') 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); -- cgit v1.2.1