mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 14:10:30 +00:00
docs: Specify the minimum version of GL provided by the core profile
When using GDK_GL_PROFILE_3_2_CORE, we are not only specifying that the GDK should create a core profile; we are also specifying that the minimum required version of OpenGL is set to 3.2. We should also specify that the GDK_GL_PROFILE_DEFAULT profile is an alias for GDK_GL_PROFILE_3_2_CORE.
This commit is contained in:
parent
c372f95a41
commit
f52a59d414
@ -436,7 +436,9 @@ struct _GdkPoint
|
||||
/**
|
||||
* GdkGLProfile:
|
||||
* @GDK_GL_PROFILE_DEFAULT: The default profile.
|
||||
* @GDK_GL_PROFILE_3_2_CORE: Use core 3.2 GL profiles
|
||||
* @GDK_GL_PROFILE_3_2_CORE: Use the OpenGL core profile, with
|
||||
* a minimum required version of 3.2; this is the default
|
||||
* profile.
|
||||
*
|
||||
* The profile to be used when creating a #GdkGLContext.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user