mirror of
https://github.com/Rezmason/matrix.git
synced 2026-04-17 05:49:30 -07:00
Fixing a Firefox Nightly issue in the rain pass.
This commit is contained in:
@@ -7,7 +7,7 @@ document.addEventListener("touchmove", (e) => e.preventDefault(), {
|
||||
});
|
||||
|
||||
const supportsWebGPU = async () => {
|
||||
return window?.GPUQueue?.prototype?.copyExternalImageToTexture != null;
|
||||
return window.GPUQueue != null;
|
||||
};
|
||||
|
||||
document.body.onload = async () => {
|
||||
|
||||
Reference in New Issue
Block a user