software-mansion / TypeGPU

TypeGPU is a TypeScript library that enhances the WebGPU API, allowing resource management in a type-safe, declarative way.
http://typegpu.com
MIT License
82 stars 0 forks source link

Define full migration process when generating JS code from existing WGSL #334

Open mhawryluk opened 2 days ago

mhawryluk commented 2 days ago

we know we want to generate JS from existing WGSL code to allow semi-automatic migration. we need to define how we then use the generated JS within WebGPU API.