webgl + vr
This commit is contained in:
Binary file not shown.
@ -1159,26 +1159,26 @@ var tempDouble;
|
||||
var tempI64;
|
||||
|
||||
var ASM_CONSTS = {
|
||||
4107288: function() {
|
||||
4107176: function() {
|
||||
Module["emscripten_get_now_backup"] = performance.now;
|
||||
},
|
||||
4107343: function($0) {
|
||||
4107231: function($0) {
|
||||
performance.now = function() {
|
||||
return $0;
|
||||
};
|
||||
},
|
||||
4107391: function($0) {
|
||||
4107279: function($0) {
|
||||
performance.now = function() {
|
||||
return $0;
|
||||
};
|
||||
},
|
||||
4107439: function() {
|
||||
4107327: function() {
|
||||
performance.now = Module["emscripten_get_now_backup"];
|
||||
},
|
||||
4107494: function() {
|
||||
4107382: function() {
|
||||
return Module.webglContextAttributes.premultipliedAlpha;
|
||||
},
|
||||
4107555: function() {
|
||||
4107443: function() {
|
||||
return Module.webglContextAttributes.preserveDrawingBuffer;
|
||||
}
|
||||
};
|
||||
|
Binary file not shown.
Reference in New Issue
Block a user