Home
last modified time | relevance | path

Searched refs:glslesVersion (Results 1 – 1 of 1) sorted by relevance

/dports/astro/stellarium/stellarium-0.21.3/src/
H A DStelMainView.cpp1202 float glslesVersion=glslesRegExp.match(glslString).captured(1).toFloat(); in processOpenGLdiagnosticsAndWarnings() local
1203 qDebug() << "GLSL ES Version Number detected: " << glslesVersion; in processOpenGLdiagnosticsAndWarnings()
1204 if (glslesVersion<1.0f) // TBD: is this possible at all? in processOpenGLdiagnosticsAndWarnings()