Cleaner GL bindings, consistent end points, progress toward GLES3

This commit is contained in:
Joshua Granick
2017-03-10 17:31:52 -08:00
parent 62431041df
commit ccae430413
24 changed files with 8472 additions and 5109 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -25,6 +25,7 @@ namespace lime {
enum GLObjectType {
TYPE_UNKNOWN,
TYPE_PROGRAM,
TYPE_SHADER,
TYPE_BUFFER,