webgl
This commit is contained in:
parent
8707ff95e3
commit
8889232b09
Binary file not shown.
@ -1159,26 +1159,26 @@ var tempDouble;
|
||||
var tempI64;
|
||||
|
||||
var ASM_CONSTS = {
|
||||
4108728: function() {
|
||||
4109304: function() {
|
||||
Module["emscripten_get_now_backup"] = performance.now;
|
||||
},
|
||||
4108783: function($0) {
|
||||
4109359: function($0) {
|
||||
performance.now = function() {
|
||||
return $0;
|
||||
};
|
||||
},
|
||||
4108831: function($0) {
|
||||
4109407: function($0) {
|
||||
performance.now = function() {
|
||||
return $0;
|
||||
};
|
||||
},
|
||||
4108879: function() {
|
||||
4109455: function() {
|
||||
performance.now = Module["emscripten_get_now_backup"];
|
||||
},
|
||||
4108934: function() {
|
||||
4109510: function() {
|
||||
return Module.webglContextAttributes.premultipliedAlpha;
|
||||
},
|
||||
4108995: function() {
|
||||
4109571: function() {
|
||||
return Module.webglContextAttributes.preserveDrawingBuffer;
|
||||
}
|
||||
};
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user