gecko-dev/gfx/wr/examples
Daniel Varga d0212aae27 Backed out changeset a8ca75f3002d (bug 1633985) on request by dev 2020-04-30 01:58:25 +03:00
..
common Bug 1629693 - Enable GPU cache scatter path when running ANGLE. r=kvark 2020-04-13 23:26:07 +00:00
Cargo.toml Bug 1630480 - Update gleam GL bindings to 0.11.0 r=lsalzman 2020-04-16 02:13:31 +00:00
README.md
alpha_perf.rs Bug 1625816 - Fix rectangle display item bounds being affected by display port clip. r=nical 2020-04-01 10:01:26 +00:00
animation.rs Bug 1632705 - Part 3 - Add API for rounded rect clips. r=Bert 2020-04-26 23:30:48 +00:00
basic.rs Bug 1632705 - Part 3 - Add API for rounded rect clips. r=Bert 2020-04-26 23:30:48 +00:00
blob.rs Bug 1630212 - Remove non-tiled blob images. r=jrmuizel 2020-04-16 20:13:24 +00:00
document.rs Bug 1625816 - Fix rectangle display item bounds being affected by display port clip. r=nical 2020-04-01 10:01:26 +00:00
frame_output.rs Bug 1625816 - Fix rectangle display item bounds being affected by display port clip. r=nical 2020-04-01 10:01:26 +00:00
iframe.rs Backed out changeset a8ca75f3002d (bug 1633985) on request by dev 2020-04-30 01:58:25 +03:00
image_resize.rs Bug 1600539 - Add an API for tagging image descriptors as videos. r=nical 2019-12-03 11:21:16 +00:00
multiwindow.rs Bug 1625816 - Fix rectangle display item bounds being affected by display port clip. r=nical 2020-04-01 10:01:26 +00:00
scrolling.rs Bug 1632705 - Part 1 - Remove complex clips from scroll frame definitions. r=kats,Bert 2020-04-24 18:29:38 +00:00
texture_cache_stress.rs Bug 1600539 - Add an API for tagging image descriptors as videos. r=nical 2019-12-03 11:21:16 +00:00
yuv.rs Bug 1600539 - Add an API for tagging image descriptors as videos. r=nical 2019-12-03 11:21:16 +00:00

README.md

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