gfx-rs / gfx

[maintenance mode] A low-overhead Vulkan-like GPU API for Rust.
http://gfx-rs.github.io/
Apache License 2.0
5.35k stars 548 forks source link

[mtl] separate entry points by stage #3622

Closed kvark closed 3 years ago

kvark commented 3 years ago

Fixes the new WGSL shaders in wgpu-rs. Instead of treating the entry point name as unique within a module, we are treating the pair of (Stage, Name) as unique. PR checklist:

kvark commented 3 years ago

bors r+

bors[bot] commented 3 years ago

Build succeeded: