gecko-dev/gfx/wr/examples
Glenn Watson 422112d55d Bug 1683242 - Make external_scroll_id required when defining scroll frames. r=nical,aosmond
It's always supplied by Gecko anyway, and being able to rely on this
will make it easier to create stable spatial node IDs that persist
across display lists.

Differential Revision: https://phabricator.services.mozilla.com/D100076
2020-12-18 16:02:55 +00:00
..
common Bug 1677929 - Add a way to specify an ID for a generated frame, and propagate the ID to the APZSampler. r=gw,kats 2020-12-09 03:35:50 +00:00
Cargo.toml Bug 1661528 - Update gleam to 0.13.1. r=kvark 2020-11-07 00:30:09 +00:00
README.md
alpha_perf.rs Bug 1662827 - Move the api senders to the webrender crate. r=gw 2020-09-09 12:45:00 +00:00
animation.rs Bug 1677929 - Add a way to specify an ID for a generated frame, and propagate the ID to the APZSampler. r=gw,kats 2020-12-09 03:35:50 +00:00
basic.rs Bug 1677929 - Add a way to specify an ID for a generated frame, and propagate the ID to the APZSampler. r=gw,kats 2020-12-09 03:35:50 +00:00
blob.rs Bug 1662827 - Move the api senders to the webrender crate. r=gw 2020-09-09 12:45:00 +00:00
document.rs Bug 1677929 - Add a way to specify an ID for a generated frame, and propagate the ID to the APZSampler. r=gw,kats 2020-12-09 03:35:50 +00:00
iframe.rs Bug 1662827 - Move the api senders to the webrender crate. r=gw 2020-09-09 12:45:00 +00:00
image_resize.rs Bug 1677929 - Add a way to specify an ID for a generated frame, and propagate the ID to the APZSampler. r=gw,kats 2020-12-09 03:35:50 +00:00
multiwindow.rs Bug 1677929 - Add a way to specify an ID for a generated frame, and propagate the ID to the APZSampler. r=gw,kats 2020-12-09 03:35:50 +00:00
scrolling.rs Bug 1683242 - Make external_scroll_id required when defining scroll frames. r=nical,aosmond 2020-12-18 16:02:55 +00:00
texture_cache_stress.rs Bug 1662827 - Move the api senders to the webrender crate. r=gw 2020-09-09 12:45:00 +00:00
yuv.rs Bug 1673387 - Don't use texture arrays for shared and standalone texture cache entries. r=gw 2020-11-12 22:25:59 +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