Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(635)

Side by Side Diff: examples/ui/noodles/README.md

Issue 1558813002: Add a multi-threaded rendering example. (Closed) Base URL: git@github.com:domokit/mojo.git@moz-15
Patch Set: address feedback Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « examples/ui/noodles/BUILD.gn ('k') | examples/ui/noodles/frame.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Multithreaded rendering example.
2
3 This directory contains a simple application which rasterizes frames on
4 a separate thread from the one it uses to handle view events and to produce
5 each frame's content.
6
7 For the purposes of this example, the content consists of a Lissajous figure.
8
9 ## USAGE
10
11 out/Debug/mojo_shell "mojo:launcher mojo:noodles_view"
OLDNEW
« no previous file with comments | « examples/ui/noodles/BUILD.gn ('k') | examples/ui/noodles/frame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698