Skip to content

testsuite: clear_current() when done

Benjamin Otte requested to merge wip/otte/for-main into main

That way we ensure that the GL context(s) get disposed, which they previously weren't due to them still being the current context.

This also implicitly adds testing of gLContext destruction, which previously wasn't ever done by any test.

Merge request reports