Module gfx::extra::stream
[−]
[src]
Render stream Render stream extension. Stream is something you can send batches to. It includes a renderer and an output, stored by constrained types.
Structs
OwnedStream |
A stream that owns its components. |
Traits
Stream |
Render stream abstraction. |
StreamFactory |
A render factory extension that allows creating streams with new renderers. |