mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-04 12:36:06 +00:00
Fix WebGPU settings accessors
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
*/
|
||||
|
||||
const shaderSources = import.meta.glob("../shaders/**/*.wgsl", {
|
||||
as: "raw",
|
||||
query: "?raw",
|
||||
import: "default",
|
||||
eager: true,
|
||||
}) as Record<string, string>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user