Merge branch 'glsl-150' of https://github.com/Simran-B/olive into Simran-B-glsl-150

This commit is contained in:
itsmattkc
2020-04-23 22:37:39 +10:00
15 changed files with 209 additions and 175 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ int main(int argc, char *argv[]) {
QSurfaceFormat format;
format.setVersion(3, 2);
format.setDepthBufferSize(24);
format.setProfile(QSurfaceFormat::CompatibilityProfile);
format.setProfile(QSurfaceFormat::CoreProfile);
QSurfaceFormat::setDefaultFormat(format);
// Try to share OpenGL contexts