[][src]Crate cpurender

Re-exports

pub extern crate log;
pub extern crate crossbeam;
pub extern crate glium;
pub extern crate image;
pub extern crate rand;
pub extern crate rayon;
pub extern crate vek;

Modules

frag

Concurrent per-fragment painting.

re

Re-exports of useful crates.

Structs

Paint

Instruction to paint a single pixel.

SegQueue

An unbounded multi-producer multi-consumer queue.

Functions

open_window

Open a software rendering window.