webgl
This commit is contained in:
parent
ea54da59ab
commit
2ce1e6da3c
3
README.md
Normal file
3
README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# Builds for cite showroom project
|
||||
|
||||
Last builds for each platform on dedicated branches.
|
Binary file not shown.
@ -1159,26 +1159,26 @@ var tempDouble;
|
||||
var tempI64;
|
||||
|
||||
var ASM_CONSTS = {
|
||||
4107176: function() {
|
||||
4108728: function() {
|
||||
Module["emscripten_get_now_backup"] = performance.now;
|
||||
},
|
||||
4107231: function($0) {
|
||||
4108783: function($0) {
|
||||
performance.now = function() {
|
||||
return $0;
|
||||
};
|
||||
},
|
||||
4107279: function($0) {
|
||||
4108831: function($0) {
|
||||
performance.now = function() {
|
||||
return $0;
|
||||
};
|
||||
},
|
||||
4107327: function() {
|
||||
4108879: function() {
|
||||
performance.now = Module["emscripten_get_now_backup"];
|
||||
},
|
||||
4107382: function() {
|
||||
4108934: function() {
|
||||
return Module.webglContextAttributes.premultipliedAlpha;
|
||||
},
|
||||
4107443: function() {
|
||||
4108995: function() {
|
||||
return Module.webglContextAttributes.preserveDrawingBuffer;
|
||||
}
|
||||
};
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user