Merge branch 'et_opengl_3' of https://github.com/prusa3d/PrusaSlicer into et_opengl_es

This commit is contained in:
enricoturri1966 2022-04-05 13:04:07 +02:00
commit 2b4a9526b7

View File

@ -227,6 +227,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()) {