MCPcopy Create free account
hub / github.com/crosire/reshade / add_include_path

Method add_include_path

source/effect_preprocessor.cpp:117–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117void reshadefx::preprocessor::add_include_path(const std::filesystem::path &path)
118{
119 assert(!path.empty());
120 _include_paths.push_back(path);
121}
122bool reshadefx::preprocessor::add_macro_definition(const std::string &name, const macro &definition)
123{
124 assert(!name.empty());

Callers 2

mainFunction · 0.80
load_effectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected