| 18 | |
| 19 | |
| 20 | NamedString * NamedString::create(const std::string & name, AbstractStringSource * source) |
| 21 | { |
| 22 | return create(name, source, GL_SHADER_INCLUDE_ARB); |
| 23 | } |
| 24 | |
| 25 | NamedString * NamedString::create(const std::string & name, const std::string & string) |
| 26 | { |
no outgoing calls
no test coverage detected