Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenFlipper-Free
OpenFlipper
Commits
e84d64ef
Commit
e84d64ef
authored
May 09, 2018
by
Kersten Schuster
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Exit after testing all GL context profile/version combinations.
parent
61c57e67
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
OpenFlipper.cc
OpenFlipper.cc
+4
-2
No files found.
OpenFlipper.cc
View file @
e84d64ef
...
...
@@ -567,8 +567,9 @@ QSurfaceFormat getContextFormat()
bool
debugContext
=
OpenFlipper
::
Options
::
debug
();
/*
// Debug: test all (possible and impossible) OpenGL versions and profiles
// Debug: test all (possible and impossible) OpenGL versions and profiles
and exit
for(int majo = 1; majo < 5; ++majo)
for(int mino = 0; mino < 10; ++mino)
{
...
...
@@ -579,10 +580,11 @@ QSurfaceFormat getContextFormat()
std::cout << "================================" << std::endl;
std::cout << std::endl;
}
return format
;
exit(0)
;
*/
QSurfaceFormat
resultFormat
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment