Skip to content

Commit 22143f3

Browse files
bors[bot]kvark
andcommitted
Merge #83
83: Screenshots in the README r=pretty a=kvark Co-authored-by: Dzmitry Malyshau <[email protected]>
2 parents 2d166d2 + e6aa376 commit 22143f3

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ The implementation consists of the following parts:
1111
- `wgpu-remote` - remoting layer to work with WebGPU across the process boundary
1212
- `wgpu-rs` - idiomatic Rust wrapper of the native library
1313

14-
## Example
14+
## Examples
15+
16+
![Cube](etc/gfx-cube.png) ![Shadow](etc/gfx-shadow.png)
1517

1618
To run an example, simply `cd` to the `examples` or `gfx-examples` directory, then use `cargo run` with `--features {backend}` to specify the backend (where `{backend}` is either `vulkan`, `dx12`, `dx11` or `metal`). For example:
1719

etc/gfx-cube.png

26.6 KB
Loading

etc/gfx-shadow.png

29.6 KB
Loading

0 commit comments

Comments
 (0)