gfx-rs / gfx

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

Non-dynamic pipeline states in DX12 #3441

Closed kvark closed 3 years ago

kvark commented 4 years ago

In DX12, the following pipeline states can only be static:

We need to encode this limitation in the flags we expose. It doesn't seem to be easy to work around.