ok webgpu sucks lets jump back to webgl

This commit is contained in:
41666 2023-10-08 23:36:54 -04:00
parent 000f35f19d
commit 87563cb9e3
41 changed files with 587 additions and 6925 deletions

10
index.d.ts vendored
View file

@ -10,3 +10,13 @@ declare module "*.wgsl" {
const content: string;
export default content;
}
declare module "*.vert" {
const content: string;
export default content;
}
declare module "*.frag" {
const content: string;
export default content;
}