gecko-dev/gfx/wr/examples
Lee Salzman ff67b8251d Bug 1641671 - represent font size as f32 to avoid quantization issues. r=aosmond
Differential Revision: https://phabricator.services.mozilla.com/D77367
2020-05-29 01:48:52 +00:00
..
common Bug 1625693 - Fix mouse movement position tracking in examples. r=kats 2020-05-25 15:38:34 +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 1612440 - Make send_transaction take &mut self. r=gw 2020-05-11 10:27:26 +00:00
animation.rs Bug 1612440 - Make send_transaction take &mut self. r=gw 2020-05-11 10:27:26 +00:00
basic.rs Bug 1612440 - Make send_transaction take &mut self. r=gw 2020-05-11 10:27:26 +00:00
blob.rs Bug 1612440 - Add BlobImageHandler::create_similar. r=gw 2020-05-11 14:00:49 +00:00
document.rs Bug 1612440 - Make send_transaction take &mut self. r=gw 2020-05-11 10:27:26 +00:00
frame_output.rs Bug 1612440 - Make send_transaction take &mut self. r=gw 2020-05-11 10:27:26 +00:00
iframe.rs Bug 1612440 - Make send_transaction take &mut self. r=gw 2020-05-11 10:27:26 +00:00
image_resize.rs Bug 1612440 - Make send_transaction take &mut self. r=gw 2020-05-11 10:27:26 +00:00
multiwindow.rs Bug 1641671 - represent font size as f32 to avoid quantization issues. r=aosmond 2020-05-29 01:48:52 +00:00
scrolling.rs Bug 1612440 - Make send_transaction take &mut self. r=gw 2020-05-11 10:27:26 +00:00
texture_cache_stress.rs Bug 1612440 - Make send_transaction take &mut self. r=gw 2020-05-11 10:27:26 +00:00
yuv.rs Bug 1612440 - Make send_transaction take &mut self. r=gw 2020-05-11 10:27:26 +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