wgpu/wgpu-hal/examples/halmark
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
..
main.rs Add Naga bypass to allow feeding raw SPIR-V shader data to the backend. 2021-06-19 23:32:44 +03:00
shader.wgsl hal: rename bunnymark to halmark 2021-06-10 11:29:35 -04:00