ScanMountGoat / wgsl_to_wgpu

Generate typesafe Rust bindings from WGSL shaders to wgpu
MIT License
42 stars 12 forks source link

Update to wgpu 0.20 #57

Closed stefnotch closed 5 months ago

stefnotch commented 5 months ago

This does a simplistic upgrade to wgpu 0.20.

It's missing

ScanMountGoat commented 5 months ago

Once the errors from clippy are fixed, this will be good to merge.

stefnotch commented 5 months ago

Sounds good. I opened an issue for the pipeline overridable constants, and switched to using the new winit API. Now clippy should no longer complain about me using a deprecated API.

stefnotch commented 5 months ago

Lovely, thank you for merging this. And thank you very much for this excellent crate, I very much enjoy using it.