
When an include directive is recognized by the preprocessor, it executes a callback on the filepath argument to obtain the file contents. That way the compilation client can deal with the file system, include paths, etc. Currently only accepts quoted filepaths -- no angle brackets yet.
13 lines
364 B
Plaintext
13 lines
364 B
Plaintext
preprocessor.cpp_style_line_directive.vert
|
|
preprocessor.cpp_style___FILE__.vert
|
|
preprocessor.edge_cases.vert
|
|
preprocessor.errors.vert
|
|
preprocessor.extensions.vert
|
|
preprocessor.function_macro.vert
|
|
preprocessor.include.vert
|
|
preprocessor.line.vert
|
|
preprocessor.line.frag
|
|
preprocessor.pragma.vert
|
|
preprocessor.simple.vert
|
|
preprocessor.success_if_parse_would_fail.vert
|