Add the optional ability to print a stacktrace with an OpenGL error (closes #1700)

This commit is contained in:
Alexander Bock
2021-07-30 15:37:03 +02:00
parent 90157ce463
commit dfca605d63
5 changed files with 24 additions and 0 deletions

View File

@@ -108,6 +108,7 @@ struct Configuration {
struct OpenGLDebugContext {
bool isActive = false;
bool printStacktrace = false;
bool isSynchronous = true;
struct IdentifierFilter {
std::string type;