Trait OutputTarget

Source
pub trait OutputTarget {
    type Output;
}
Expand description

Marker trait for shader compiler targets.

Required Associated Types§

Source

type Output

The output format for the target.

Implementors§