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:
Stefanos A 2013-11-03 20:33:14 +01:00
parent d20180cd2d
commit 451bd62f63

View file

@ -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";
}
}
}