webgl
This commit is contained in:
parent
776f5b71b6
commit
1226bb69b1
2
.gitignore
vendored
2
.gitignore
vendored
@ -4,3 +4,5 @@ Android_VR/
|
||||
exports/
|
||||
|
||||
desktop_VR/
|
||||
|
||||
unitypackages/
|
||||
|
Binary file not shown.
@ -1159,26 +1159,26 @@ var tempDouble;
|
||||
var tempI64;
|
||||
|
||||
var ASM_CONSTS = {
|
||||
4109e3: function() {
|
||||
4109096: function() {
|
||||
Module["emscripten_get_now_backup"] = performance.now;
|
||||
},
|
||||
4109055: function($0) {
|
||||
4109151: function($0) {
|
||||
performance.now = function() {
|
||||
return $0;
|
||||
};
|
||||
},
|
||||
4109103: function($0) {
|
||||
4109199: function($0) {
|
||||
performance.now = function() {
|
||||
return $0;
|
||||
};
|
||||
},
|
||||
4109151: function() {
|
||||
4109247: function() {
|
||||
performance.now = Module["emscripten_get_now_backup"];
|
||||
},
|
||||
4109206: function() {
|
||||
4109302: function() {
|
||||
return Module.webglContextAttributes.premultipliedAlpha;
|
||||
},
|
||||
4109267: function() {
|
||||
4109363: function() {
|
||||
return Module.webglContextAttributes.preserveDrawingBuffer;
|
||||
}
|
||||
};
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user