Code intended to leverage imports in the load functions.

This commit is contained in:
Rezmason
2025-05-20 07:59:20 -07:00
parent f61a4e29c9
commit 658f07c6ab
4 changed files with 31 additions and 6 deletions

View File

@@ -56,7 +56,7 @@ export const init = async (canvas) => {
const adapter = await navigator.gpu.requestAdapter();
const device = await adapter.requestDevice();
const cache = new Map();
const cache = new Map(inclusions);
const rain = {
canvas,
resize,