mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 02:10:12 +01:00
mesa: added version fields to GLcontext
This commit is contained in:
parent
88330c6438
commit
e16fd07225
1 changed files with 4 additions and 0 deletions
|
|
@ -2864,6 +2864,10 @@ struct __GLcontextRec
|
|||
/** Extension information */
|
||||
struct gl_extensions Extensions;
|
||||
|
||||
/** Version info */
|
||||
GLuint VersionMajor, VersionMinor;
|
||||
char *VersionString;
|
||||
|
||||
/** \name State attribute stack (for glPush/PopAttrib) */
|
||||
/*@{*/
|
||||
GLuint AttribStackDepth;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue