35 class OpenGLContextDescription_Impl;
80 void set_version(
int major,
int minor,
bool allow_lower_versions);
123 std::shared_ptr<OpenGLContextDescription_Impl> impl;
void set_version(int major, int minor, bool allow_lower_versions)
Select the OpenGL version number.
int version_minor() const
Returns selected minor version number.
void set_forward_compatible(bool enable)
Sets the forward compatible flag.
bool allow_lower_versions() const
Returns true if allowed lower versions than the selected version.
OpenGL context specific settings.
Definition: opengl_context_description.h:38
void set_core_profile(bool enable)
Sets the core profile flag.
int layer_plane() const
Returns the layer plane value.
void set_compatibility_profile(bool enable)
Sets the compatibility profile flag.
virtual ~OpenGLContextDescription()
Constructs a OpenGLContextDescription.
void set_debug(bool enable)
Sets the debug flag.
bool debug() const
Returns true if the debug flag is set.
bool forward_compatible() const
Returns true if the forward compatible flag is set.
OpenGLContextDescription()
Constructs a window description with default values.
void set_layer_plane(int value)
Sets the layer plane value.
int version_major() const
Returns selected major version number.
bool core_profile() const
Returns true if the core profile flag is set.
Definition: Application/application.h:35
bool compatibility_profile() const
Returns true if the compatibility profile flag is set.