mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 00:52:04 +00:00
Various fixes
This commit is contained in:
committed by
Noisyfox
parent
a50c5a2b7a
commit
fe78e40cb4
@@ -65,6 +65,11 @@ const std::string& OpenGLManager::GLInfo::get_renderer() const
|
||||
return m_renderer;
|
||||
}
|
||||
|
||||
bool OpenGLManager::GLInfo::is_mesa() const
|
||||
{
|
||||
return boost::icontains(m_version, "mesa");
|
||||
}
|
||||
|
||||
int OpenGLManager::GLInfo::get_max_tex_size() const
|
||||
{
|
||||
if (!m_detected)
|
||||
|
||||
Reference in New Issue
Block a user