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

dx12: Semaphores #2651

Open msiglreith opened 5 years ago

msiglreith commented 5 years ago

Semaphores are not implemented at all iirc

GabrielMajeri commented 4 years ago

Looking at the current code, we have dummy Semaphores for the Direct3D 12 backend, but there are still some TODOs to be done before they're functional.

I think we could keep this issue open but remove the pre-ll label.