g-truc/ogl-samples

if(Version == std::string("300 es")) VersionData.GLSL330Core = true;

elect86 opened this issue · 0 comments

It should be

else if(Version == std::string("300 es")) VersionData.GLSL300ES = true;