webgl + vr

This commit is contained in:
r4ph3rd
2023-06-12 22:24:50 +02:00
parent ee77d92c4a
commit ea54da59ab
18 changed files with 102 additions and 102 deletions

Binary file not shown.

View File

@ -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.