Enum glsl::syntax::PreprocessorExtensionName [] [src]

pub enum PreprocessorExtensionName {
    All,
    Specific(String),
}

An #extension name annotation.

Variants

All extensions you could ever imagine in your whole lifetime (how crazy is that!).

A specific extension.

Trait Implementations

impl Clone for PreprocessorExtensionName
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PreprocessorExtensionName
[src]

Formats the value using the given formatter.

impl PartialEq for PreprocessorExtensionName
[src]

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

This method tests for !=.