| 39 | |
| 40 | |
| 41 | void Shader::hintIncludeImplementation(const IncludeImplementation impl) |
| 42 | { |
| 43 | ImplementationRegistry::current().initialize(impl); |
| 44 | } |
| 45 | |
| 46 | std::map<std::string, std::string> Shader::s_globalReplacements; |
| 47 |
nothing calls this directly
no test coverage detected