1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-10 13:00:37 +00:00

Merge pull request #8191 from eska014/webgl2-export

WebGL 2 export per WebAssembly or asm.js
This commit is contained in:
Juan Linietsky
2017-03-29 15:21:52 +02:00
committed by GitHub
11 changed files with 282 additions and 448 deletions

View File

@@ -176,7 +176,7 @@ public:
virtual int get_power_seconds_left();
virtual int get_power_percent_left();
OS_JavaScript(GFXInitFunc p_gfx_init_func, void *p_gfx_init_ud, GetDataDirFunc p_get_data_dir_func);
OS_JavaScript(const char *p_execpath, GFXInitFunc p_gfx_init_func, void *p_gfx_init_ud, GetDataDirFunc p_get_data_dir_func);
~OS_JavaScript();
};