mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-23 19:15:36 +00:00
Enum groups are now added to all APIs
Enum groups are also referenced by OpenGL ES commands. They are now added to all APIs by default.
This commit is contained in:
parent
a29e132172
commit
0deeeeb84c
|
@ -99,7 +99,7 @@ namespace CHeaderToXML
|
|||
|
||||
case "group":
|
||||
{
|
||||
apinames = new string[] { "gl", "glcore" };
|
||||
apinames = new string[] { "gl", "glcore", "gles1", "gles2" };
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue