vdisp/gl: print actual GL version in verbose

This commit is contained in:
Martin Pulec
2024-07-08 15:25:25 +02:00
parent 4654300cab
commit e9eceebbcc

View File

@@ -1454,6 +1454,7 @@ static bool display_gl_check_gl_version() {
return false;
}
log_msg(LOG_LEVEL_INFO, MOD_NAME "OpenGL 2.0 is supported...\n");
MSG(VERBOSE, "Supported OpenGL version is %s.\n", version);
return true;
}