pub fn parse_includes(input: &str) -> Vec<Include> 
Expand description

Parse the specified text to extract all relative and absolute include directives. See: https://www.wihlidal.com/blog/pipeline/2018-10-04-parsing-shader-includes/