glsl-lang-pp 0.8.1

GLSL language preprocessor
Documentation
1
2
3
4
5
6
7
8
9
#[macro_use]
pub mod keywords;
#[macro_use]
pub mod type_names;

pub mod token;
pub use token::{Token, TypeName};

pub mod path;