Enum spirv_cross::glsl::Target[][src]

pub enum Target {}

A GLSL 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 Parse<Target> for Ast<Target>
[src]

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

Set GLSL compiler specific compilation settings.

Generate GLSL shader from the AST.

Auto Trait Implementations

impl Send for Target

impl Sync for Target