зеркало из https://github.com/mozilla/gecko-dev.git
544f262737
Updates wgpu to bd50867bb8c66ac9dec50046d066c02b8f7a3fc1 Differential Revision: https://phabricator.services.mozilla.com/D83734 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
README.md
wgpu player
This is application that allows replaying the wgpu
workloads recorded elsewhere.
Launch as:
player <trace-dir>
When built with "winit" feature, it's able to replay the workloads that operate on a swapchain. It renders each frame sequentially, 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.