From c29fe2b939623ced33102527511ca2b4103b2018 Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Mon, 28 Nov 2022 20:37:29 -0500 Subject: [PATCH] WebGPU references --- Fastfox.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Fastfox.js b/Fastfox.js index bba480e..14b862c 100644 --- a/Fastfox.js +++ b/Fastfox.js @@ -94,6 +94,14 @@ user_pref("layout.css.animation-composition.enabled", true); // [1] https://github.com/WebAssembly/function-references/blob/master/proposals/function-references/Overview.md //user_pref("javascript.options.wasm_function_references", true); +// PREF: WebGPU [HIGHLY EXPERIMENTAL!] [NIGHTLY] +// [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1746245 +// [2] https://github.com/gpuweb/gpuweb/wiki/Implementation-Status +// [3] https://hacks.mozilla.org/2020/04/experimental-webgpu-in-firefox/ +// [4] https://developer.chrome.com/docs/web-platform/webgpu/ +//user_pref("dom.webgpu.enabled", true); + //user_pref("gfx.webgpu.force-enabled", true); + /**************************************************************************** * SECTION: NETWORK * ****************************************************************************/