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