webgl
This commit is contained in:
parent
80d09647b3
commit
136883efa3
Binary file not shown.
@ -1159,26 +1159,26 @@ var tempDouble;
|
||||
var tempI64;
|
||||
|
||||
var ASM_CONSTS = {
|
||||
4109096: function() {
|
||||
4108920: function() {
|
||||
Module["emscripten_get_now_backup"] = performance.now;
|
||||
},
|
||||
4109151: function($0) {
|
||||
4108975: function($0) {
|
||||
performance.now = function() {
|
||||
return $0;
|
||||
};
|
||||
},
|
||||
4109199: function($0) {
|
||||
4109023: function($0) {
|
||||
performance.now = function() {
|
||||
return $0;
|
||||
};
|
||||
},
|
||||
4109247: function() {
|
||||
4109071: function() {
|
||||
performance.now = Module["emscripten_get_now_backup"];
|
||||
},
|
||||
4109302: function() {
|
||||
4109126: function() {
|
||||
return Module.webglContextAttributes.premultipliedAlpha;
|
||||
},
|
||||
4109363: function() {
|
||||
4109187: function() {
|
||||
return Module.webglContextAttributes.preserveDrawingBuffer;
|
||||
}
|
||||
};
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user