mirror of
https://github.com/Rezmason/matrix.git
synced 2026-04-17 05:49:30 -07:00
Added WebGPU support and added caching to the WebGPU version.
This commit is contained in:
@@ -21,7 +21,7 @@ module.exports = {
|
||||
type: "asset/resource",
|
||||
},
|
||||
{
|
||||
test: /\.(glsl|frag|vert)$/i,
|
||||
test: /\.(glsl|frag|vert|wgsl)$/i,
|
||||
exclude: /node_modules/,
|
||||
use: ["raw-loader"],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user