[-fpermissive].I edited PolyData.cpp and gave return false its solved that issue then again the same issue occured at Polycode/Core/Contents/Source/PolyGLSLShaderModule.cpp:472:21: error: return-statement with no value, in function returning ‘Polycode::GLSLProgramParam’ [-fpermissive] .This ...
21 program2->addShader(osg::Shader::readShaderFile( 22 osg::Shader::FRAGMENT, 23 osgDB::findDataFile("D:/Gitee/OsgEarthTestQt/bin/osgWidget/osgwidgetshader-frag.glsl") 24 )); 25 geode->getOrCreateStateSet()->setAttribute(program2); 26 27 osg::Group * root = new osg::Group; 28 r...
* OpenGL: use glsl instead of ARB to do the YUV->RGB conversions * OpenGLES: add support for color conversation shaders on Android and iOS * Fix and enable the OpenGL ES1 and ES2 outputs * Support for subpictures in the OpenGL ES2 output * Fix the power management issue on Windo...