We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b79d43c commit e2e0db3Copy full SHA for e2e0db3
example_ImGui/src/main.cpp
@@ -49,7 +49,7 @@ int main(int argc, char *argv[]){
49
shared_ptr<ofApp> mosaicApp(new ofApp);
50
51
ofGLFWWindowSettings settings;
52
- settings.setGLVersion(2, 1);
+ settings.setGLVersion(4,1);
53
settings.stencilBits = 0;
54
settings.setSize(1280,720);
55
example_ofxVisualProgramming/src/main.cpp
0 commit comments