Crate amethyst_renderer [] [src]

High-level rendering engine with multiple backends.

Structs

Frame

Holds frame-specific data that is consumed by the frontend.

FrameBuilder

Consuming builder for easily constructing a new frame.

Pipeline

A set of stages that describes how to draw a frame.

PipelineBuilder
Renderer

A simple renderer frontend. Accepts a Pipeline on startup, and parses Frames.

Stage

A set of steps that accomplishes some task in the rendering pipeline.

Enums

Step

A single, atomic rendering operation.