Trait LangParser
glsl_lang::parse
pub trait LangParser: Sized { fn new() -> Self; }
GLSL language parser
fn new() -> Self
Instantiate the parser