mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-22 12:59:07 -06:00
Add the optional ability to print a stacktrace with an OpenGL error (closes #1700)
This commit is contained in:
@@ -108,6 +108,7 @@ struct Configuration {
|
||||
|
||||
struct OpenGLDebugContext {
|
||||
bool isActive = false;
|
||||
bool printStacktrace = false;
|
||||
bool isSynchronous = true;
|
||||
struct IdentifierFilter {
|
||||
std::string type;
|
||||
|
||||
Reference in New Issue
Block a user