Enum shaderc::GlslProfile[][src]

#[repr(C)]
pub enum GlslProfile { None, Core, Compatibility, Es, }

GLSL profile.

Variants

Used iff GLSL version did not specify the profile

Trait Implementations

impl Clone for GlslProfile
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GlslProfile
[src]

impl Debug for GlslProfile
[src]

Formats the value using the given formatter. Read more

impl PartialEq for GlslProfile
[src]

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

This method tests for !=.

impl Eq for GlslProfile
[src]

Auto Trait Implementations

impl Send for GlslProfile

impl Sync for GlslProfile