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 551 forks source link

Naga path does not respect NDC_Y_UP feature #3707

Closed kvark closed 3 years ago

kvark commented 3 years ago

Currently, Naga generates MSL code as if NDC_Y_UP feature is enabled, even if it's not.

kvark commented 3 years ago

Fixed now