Merge branch 'glsl-150' of https://github.com/Simran-B/olive into Simran-B-glsl-150
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user