Start adding documentation

This commit is contained in:
schmelczerandras 2020-09-28 12:13:07 +02:00
parent b9089aaf03
commit c728fe3aff
54 changed files with 12540 additions and 43 deletions

1
custom.d.ts vendored
View file

@ -1,3 +1,4 @@
/** @internal */
declare module '*.glsl' {
const content: string;
export default content;