Enum spirv_cross::msl::Target[][src]

pub enum Target {}

A MSL target.

Trait Implementations

impl Debug for Target
[src]

Formats the value using the given formatter. Read more

impl Clone for Target
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Target for Target
[src]

impl<'a> Parse<Target> for Ast<Target>
[src]

impl Compile<Target> for Ast<Target>
[src]

Set MSL compiler specific compilation settings.

Generate MSL shader from the AST.

Auto Trait Implementations

impl Send for Target

impl Sync for Target