Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper
Commits
52e2b288
Commit
52e2b288
authored
Jul 18, 2017
by
Martin Schultz
Browse files
added getter and seter implementation for coreProfile option
parent
d0cea095
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/GlobalOptions.cc
View file @
52e2b288
...
...
@@ -377,6 +377,16 @@ bool stereo( ) {
return
stereo_
;
}
/// Store opengl core profile setting
void
coreProfile
(
bool
_enableCoreProfile
)
{
coreProfile_
=
_enableCoreProfile
;
}
/// get opengl core profile setting
bool
coreProfile
(
)
{
return
coreProfile_
;
}
/// Store opengl stereo mode setting
void
glStereo
(
bool
_glStereo
)
{
glStereo_
=
_glStereo
;
...
...
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