Module amethyst_renderer::pipe::pass[][src]

Types for constructing render passes.

Structs

CompiledPass

A compiled pass. These are created and managed by the Renderer. This should not be used directly outside of the renderer.

Traits

Pass

Structures implementing this provide a renderer pass.

PassData

Used to fetch data from the game world for rendering in the pass.