wgpu/wgpu-types
Alex S 6d2e6e5a56 Add Naga bypass to allow feeding raw SPIR-V shader data to the backend.
While Naga checking is undoubtedly very useful, it currently lags behind
what is possible in SPIR-V and even what is promised by WGPU (ie binding
arrays). This adds an unsafe method to wgpu::Device to allow feeding
raw SPIR-V data into the backend, and adds a feature flag to request a
backend supporting this operation.
2021-06-19 23:32:44 +03:00
..
src Add Naga bypass to allow feeding raw SPIR-V shader data to the backend. 2021-06-19 23:32:44 +03:00
Cargo.toml Relicense to MIT/Apache 2021-06-18 13:40:31 -04:00