This commit is contained in:
parent
6bc125be1c
commit
ed5a4379db
76 changed files with 1418 additions and 988 deletions
2
src/pipelines/texture-formats.ts
Normal file
2
src/pipelines/texture-formats.ts
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
export const TRAIL_SOURCE_TEXTURE_FORMAT = 'rgba8unorm' satisfies GPUTextureFormat;
|
||||
export const ERASER_MASK_TEXTURE_FORMAT = 'r8unorm' satisfies GPUTextureFormat;
|
||||
Loading…
Add table
Add a link
Reference in a new issue