seems good
This commit is contained in:
parent
a9cb149999
commit
d1e95047fc
14 changed files with 110 additions and 402 deletions
9
stuff.d.ts
vendored
Normal file
9
stuff.d.ts
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
declare module "*.glsl" {
|
||||
const content: string;
|
||||
export default content;
|
||||
}
|
||||
|
||||
declare module "*.wgsl" {
|
||||
const content: string;
|
||||
export default content;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue