Fix into OpenGLManager::GLInfo::to_string()
This commit is contained in:
parent
17293056d5
commit
6cb860ba50
1 changed files with 1 additions and 0 deletions
|
@ -217,6 +217,7 @@ std::string OpenGLManager::GLInfo::to_string(bool for_github) const
|
|||
}
|
||||
#else
|
||||
const std::string extensions_str = gl_get_string_safe(GL_EXTENSIONS, "");
|
||||
boost::split(extensions_list, extensions_str, boost::is_any_of(" "), boost::token_compress_on);
|
||||
#endif // ENABLE_GL_CORE_PROFILE
|
||||
|
||||
if (!extensions_list.empty()) {
|
||||
|
|
Loading…
Add table
Reference in a new issue