зеркало из https://github.com/mozilla/gecko-dev.git
79ad259c7c
The goal of this change was to simplify the semantics of our document placement and split the logical elements inside (display list) from the actual screen rectangle occupied by a document. To achieve that, we introduce the framebuffer space for things Y-flipped on screen. We fix the frame outputs, so that they get produced on the first frame without loopback from the frame building to scene building. Differential Revision: https://phabricator.services.mozilla.com/D21641 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
common | ||
Cargo.toml | ||
README.md | ||
alpha_perf.rs | ||
animation.rs | ||
basic.rs | ||
blob.rs | ||
document.rs | ||
frame_output.rs | ||
iframe.rs | ||
image_resize.rs | ||
multiwindow.rs | ||
scrolling.rs | ||
texture_cache_stress.rs | ||
yuv.rs |
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