librashader_reflect::back::targets

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§