[go: up one dir, main page]

Enum gfx::shade::core::Stage []

#[repr(u8)]
pub enum Stage { Vertex, Hull, Domain, Geometry, Pixel, }

Which program stage this shader represents.

Variants

Trait Implementations

impl Eq for Stage

impl PartialEq<Stage> for Stage

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for Stage

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for Stage

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Copy for Stage

impl Debug for Stage

Formats the value using the given formatter.