attempt to build web version out of emscripten legacy gl wrapper
This commit is contained in:
@ -127,7 +127,8 @@
|
||||
monitorRunDependencies: (left) => {
|
||||
this.totalDependencies = Math.max(this.totalDependencies, left);
|
||||
Module.setStatus(left ? 'Preparing... (' + (this.totalDependencies-left) + '/' + this.totalDependencies + ')' : 'All downloads complete.');
|
||||
}
|
||||
},
|
||||
GL_MAX_TEXTURE_IMAGE_UNITS = 2
|
||||
};
|
||||
Module.setStatus('Downloading...');
|
||||
window.onerror = () => {
|
||||
|
Reference in New Issue
Block a user