[][src]Module luminance::shader::stage

Shader stages and their related features.

A shader stage is a part of a shader program. Typically, shader programs are comprised of several shader stages. The minimal configuration implies at least a vertex shader and a fragment shader.

Structs

Stage

A shader stage.

Enums

StageError

Errors that shader stages can emit.

Type

A shader stage type.