librashader/librashader-preprocess/src/pragma.rs

5 lines
122 B
Rust
Raw Normal View History

2022-10-22 12:04:00 +11:00
use librashader::ShaderParameter;
pub fn parse_pragma_parameter(source: impl AsRef<str>) -> Vec<ShaderParameter> {
}