40 class OpenGLWindowDescription_Impl;
70 int get_version_major()
const;
73 int get_version_minor()
const;
76 bool get_allow_lower_versions()
const;
79 bool get_debug()
const;
82 bool get_forward_compatible()
const;
85 bool get_core_profile()
const;
88 bool get_compatibility_profile()
const;
91 int get_layer_plane()
const;
104 void set_version(
int major,
int minor,
bool allow_lower_versions);
113 void set_debug(
bool enable);
123 void set_forward_compatible(
bool enable);
130 void set_core_profile(
bool enable);
137 void set_compatibility_profile(
bool enable);
144 void set_layer_plane(
int value);
150 std::shared_ptr<OpenGLWindowDescription_Impl> impl;
OpenGL specific display window description.
Definition: opengl_window_description.h:52