From 2aa4a82499d4becd2284cdb482213d541b8804dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 16:29:10 +0200 Subject: Adding upstream version 86.0.1. Signed-off-by: Daniel Baumann --- gfx/wgpu/player/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 gfx/wgpu/player/README.md (limited to 'gfx/wgpu/player/README.md') diff --git a/gfx/wgpu/player/README.md b/gfx/wgpu/player/README.md new file mode 100644 index 0000000000..859e079c7e --- /dev/null +++ b/gfx/wgpu/player/README.md @@ -0,0 +1,13 @@ +# wgpu player + +This is an application that allows replaying the `wgpu` workloads recorded elsewhere. It requires the player to be built from +the same revision as an application was linking to, or otherwise the data may fail to load. + +Launch as: +```rust +play +``` + +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. -- cgit v1.2.3