mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-07 14:00:35 +00:00
ES 3.0 contains both 2.0 and 3.0 bindings
This is in accordance to the upstream gl3.h for ES 3.0.
This commit is contained in:
parent
d20180cd2d
commit
451bd62f63
|
@ -24,7 +24,7 @@ namespace Bind.ES
|
|||
Settings.DefaultWrappersFile = "ES30.cs";
|
||||
|
||||
Profile = "gles2"; // The 3.0 spec reuses the gles2 apiname
|
||||
Version = "3.0";
|
||||
Version = "2.0|3.0";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue