gles1 API contains both versions 1.0 and 1.1

Khronos no longer distinguishes between ES 1.0 and 1.1.
This commit is contained in:
Stefanos A 2013-11-03 20:32:47 +01:00
parent 922fb935a1
commit d20180cd2d

View file

@ -27,7 +27,7 @@ namespace Bind.ES
// so we cannot distinguish between the two.
// Todo: add support for common and light profiles.
Profile = "gles1";
Version = "1.1";
// Both 1.0 and 1.1 versions
}
}
}