Function glslt::parse::parse_files[][src]

pub fn parse_files<T>(
    pb: &[PathBuf],
    fs: &T,
    ctx: Option<&ParseContext>
) -> Result<(TranslationUnit, ParseContext), T::Error> where
    T: PreprocessorFs

Parse a set of files into a single translation unit

Parameters

  • pb: list of paths to concatenate
  • fs: fs implementation
  • ctx: parse options