From 451bd62f6314677985f924c049fea04446b2fb00 Mon Sep 17 00:00:00 2001 From: Stefanos A Date: Sun, 3 Nov 2013 20:33:14 +0100 Subject: [PATCH] ES 3.0 contains both 2.0 and 3.0 bindings This is in accordance to the upstream gl3.h for ES 3.0. --- Source/Bind/ES/ES3Generator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } } }