mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
Fix shader tests on Linux
Signed-off-by: renderexpert <expert@renderconsulting.co.uk>
This commit is contained in:
committed by
Konstantin Pastbin
parent
6d0daf6fe7
commit
14b3e8fc8f
@@ -14,7 +14,7 @@ GLProgramPool::GLProgramPool(dp::ApiVersion apiVersion)
|
||||
|
||||
if (m_apiVersion == dp::ApiVersion::OpenGLES3)
|
||||
{
|
||||
#if defined(OMIM_OS_DESKTOP) && !defined(OMIM_OS_LINUX)
|
||||
#if defined(OMIM_OS_DESKTOP)
|
||||
m_baseDefines = std::string(GL3_SHADER_VERSION);
|
||||
#else
|
||||
m_baseDefines = std::string(GLES3_SHADER_VERSION);
|
||||
|
||||
Reference in New Issue
Block a user