Fixes to webgl/opengl es 3.0 for compatibility with webgl2.0, still does not work though

This commit is contained in:
Juan Linietsky 2017-02-22 19:14:21 -03:00
parent 2c88f4d4b5
commit ffcd954211
11 changed files with 58 additions and 33 deletions

View file

@ -151,7 +151,7 @@ int main(int argc, char *argv[]) {
/* Initialize the window */
printf("let it go!\n");
printf("let it go dude!\n");
glutInit(&argc, argv);
os = new OS_JavaScript(_gfx_init,NULL,NULL);
#if 0