From 799129cce044f273dc571e326222f52b809a3f49 Mon Sep 17 00:00:00 2001 From: Michael Kauzmann Date: Wed, 4 Sep 2024 14:07:17 -0600 Subject: [PATCH] add mobile safari workarounds and query parameters to reduce memory in ThreeStage, https://github.com/phetsims/density-buoyancy-common/issues/316 Signed-off-by: Michael Kauzmann --- js/initialize-globals.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/js/initialize-globals.js b/js/initialize-globals.js index 896ee625f..3a20d3dde 100644 --- a/js/initialize-globals.js +++ b/js/initialize-globals.js @@ -456,13 +456,6 @@ */ postMessageOnReady: { type: 'flag' }, - /** - * Controls whether the preserveDrawingBuffer:true is set on WebGL Canvases. This allows canvas.toDataURL() to work - * (used for certain methods that require screenshot generation using foreign object rasterization, etc.). - * Generally reduces WebGL performance, so it should not always be on (thus the query parameter). - */ - preserveDrawingBuffer: { type: 'flag' }, - /** * If true, the full screen button won't be shown in the phet menu */