mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Fixes to webgl/opengl es 3.0 for compatibility with webgl2.0, still does not work though
This commit is contained in:
parent
2c88f4d4b5
commit
ffcd954211
11 changed files with 58 additions and 33 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue