| 44 | } |
| 45 | |
| 46 | void GLProgramPool::SetDefines(std::string const & defines) |
| 47 | { |
| 48 | m_defines = defines; |
| 49 | } |
| 50 | |
| 51 | ref_ptr<dp::Shader> GLProgramPool::GetShader(std::string const & name, std::string const & source, |
| 52 | dp::Shader::Type type) |
no outgoing calls