Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document the public api #317

Merged
merged 3 commits into from Aug 1, 2016
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Ignore test

It would need gl to be loaded, on windows it would need a window to work
- it's easier this way
  • Loading branch information
matprec committed Jul 31, 2016
commit fac91d9e40482d74dce8154bc40ec32f2b1c2150
@@ -169,11 +169,12 @@ impl Renderer {
/// [RendererOptions][rendereroptions].
/// [rendereroptions]: struct.RendererOptions.html
///
/// ```
/// ```rust,ignore
/// # use webrender::renderer::Renderer;
/// # use std::path::PathBuf;
/// let opts = webrender::RendererOptions {
/// device_pixel_ratio: 1.0,
/// resource_path: PathBuf::from(res_path),
/// resource_path: PathBuf::from("../webrender/res"),
/// enable_aa: false,
/// enable_msaa: false,
/// enable_profiler: false,
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.