Enum glsl::syntax::PreprocessorVersionProfile
[−]
[src]
pub enum PreprocessorVersionProfile {
Core,
Compatibility,
ES,
}A #version profile annotation.
Variants
CoreCompatibilityESTrait Implementations
impl Clone for PreprocessorVersionProfile[src]
fn clone(&self) -> PreprocessorVersionProfile
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more