mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
mesa: add API_OPENGL_CORE api
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Brian Paul <brianp@vmware.com> Reviewed-by: Eric Anholt <eric@anholt.net> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
parent
d3de40742f
commit
1c29b73f4d
1 changed files with 3 additions and 2 deletions
|
|
@ -3334,9 +3334,10 @@ struct gl_debug_state
|
|||
*/
|
||||
typedef enum
|
||||
{
|
||||
API_OPENGL,
|
||||
API_OPENGL, /* legacy / compatibility contexts */
|
||||
API_OPENGLES,
|
||||
API_OPENGLES2
|
||||
API_OPENGLES2,
|
||||
API_OPENGL_CORE,
|
||||
} gl_api;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue