webgl
This commit is contained in:
parent
8889232b09
commit
776f5b71b6
Binary file not shown.
@ -1159,26 +1159,26 @@ var tempDouble;
|
|||||||
var tempI64;
|
var tempI64;
|
||||||
|
|
||||||
var ASM_CONSTS = {
|
var ASM_CONSTS = {
|
||||||
4109304: function() {
|
4109e3: function() {
|
||||||
Module["emscripten_get_now_backup"] = performance.now;
|
Module["emscripten_get_now_backup"] = performance.now;
|
||||||
},
|
},
|
||||||
4109359: function($0) {
|
4109055: function($0) {
|
||||||
performance.now = function() {
|
performance.now = function() {
|
||||||
return $0;
|
return $0;
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
4109407: function($0) {
|
4109103: function($0) {
|
||||||
performance.now = function() {
|
performance.now = function() {
|
||||||
return $0;
|
return $0;
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
4109455: function() {
|
4109151: function() {
|
||||||
performance.now = Module["emscripten_get_now_backup"];
|
performance.now = Module["emscripten_get_now_backup"];
|
||||||
},
|
},
|
||||||
4109510: function() {
|
4109206: function() {
|
||||||
return Module.webglContextAttributes.premultipliedAlpha;
|
return Module.webglContextAttributes.premultipliedAlpha;
|
||||||
},
|
},
|
||||||
4109571: function() {
|
4109267: function() {
|
||||||
return Module.webglContextAttributes.preserveDrawingBuffer;
|
return Module.webglContextAttributes.preserveDrawingBuffer;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user