1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-12 07:30:47 +05:30

WebGPU references

This commit is contained in:
yokoffing
2022-11-28 20:37:29 -05:00
committed by GitHub
parent a8e9aaa5f0
commit c29fe2b939
+8
View File
@@ -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 *
****************************************************************************/