MCPcopy Create free account
hub / github.com/ddiakopoulos/polymer / add_search_path

Method add_search_path

libraries/lib-engine/src/shader-library.cpp:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void gl_shader_monitor::add_search_path(const std::string & search_path)
56{
57 search_paths.push_back(search_path);
58}
59
60void gl_shader_monitor::watch(const std::string & name, const std::string & vert_path, const std::string & frag_path)
61{

Callers 5

scene_editor_appMethod · 0.45
import_sceneMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected