[][src]Module cpurender::frag

Concurrent per-fragment painting.

Functions

fragment

Launch a window with the given function for computing a fragment color.

fragment_stateful

Launch a window with the given function for computing a fragment color. The fragment function will have read-access to some shared state.