Remove DX11 backend (#4828)

This commit is contained in:
Valaphee The Meerkat
2023-12-06 21:12:46 +01:00
committed by GitHub
parent 12869e36fe
commit a1fafe394f
30 changed files with 28 additions and 1297 deletions

View File

@@ -10,4 +10,4 @@ play <trace-dir>
When built with "winit" feature, it's able to replay the workloads that operate on a swapchain. It renders each frame sequentially and then waits for the user to close the window. When built without "winit", it launches in console mode and can replay any trace that doesn't use swapchains.
Note: replaying is currently restricted to the same backend as one used for recording a trace. It is straightforward, however, to just replace the backend in RON since it's serialized as plain text. Valid values are: Vulkan, Metal, Dx12, and Dx11.
Note: replaying is currently restricted to the same backend as one used for recording a trace. It is straightforward, however, to just replace the backend in RON since it's serialized as plain text. Valid values are: Vulkan, Metal, and Dx12.