gecko-dev/gfx/wr/examples
2022-06-22 19:55:26 +00:00
..
common Bug 1767257 - Fix webrender bustages. r=bas CLOSED TREE 2022-05-09 18:55:43 +03:00
alpha_perf.rs Bug 1615148 - Update wrench's winit and glutin dependencies. r=gw 2022-04-27 15:31:55 +00:00
animation.rs Bug 1615148 - Update wrench's winit and glutin dependencies. r=gw 2022-04-27 15:31:55 +00:00
basic.rs
blob.rs
Cargo.toml Bug 1765326 - Update clap and other dependencies to avoid duplication. r=jnicol 2022-06-07 12:37:21 +00:00
document.rs Bug 1690619 - Keep track of where the request to rendering something comes from. r=gfx-reviewers,mstange 2021-10-05 12:54:39 +00:00
iframe.rs Bug 1695318 - Pass the perspective association from CSS to WR r=gfx-reviewers,bradwerth 2022-01-19 22:41:12 +00:00
image_resize.rs Bug 1615148 - Update wrench's winit and glutin dependencies. r=gw 2022-04-27 15:31:55 +00:00
multiwindow.rs Bug 1767257 - Fix webrender bustages. r=bas CLOSED TREE 2022-05-09 18:55:43 +03:00
README.md
scrolling.rs Bug 1775369 - Make hit-test API use clip-chains rather than ClipId r=gfx-reviewers,lsalzman 2022-06-22 19:55:26 +00:00
texture_cache_stress.rs Bug 1615148 - Update wrench's winit and glutin dependencies. r=gw 2022-04-27 15:31:55 +00:00
yuv.rs Bug 1615148 - Update wrench's winit and glutin dependencies. r=gw 2022-04-27 15:31:55 +00:00

Examples

This directory contains a collection of examples which uses the WebRender API.

To run an example e.g. basic, try:

cargo run --bin basic