diff --git a/Source/Bind/ES/ES3Generator.cs b/Source/Bind/ES/ES3Generator.cs index 144317c8..c792709b 100644 --- a/Source/Bind/ES/ES3Generator.cs +++ b/Source/Bind/ES/ES3Generator.cs @@ -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"; } } }