Constructor
| 35 | |
| 36 | // Constructor |
| 37 | Shader::Shader() : mProgramObjectID(0) { |
| 38 | |
| 39 | } |
| 40 | |
| 41 | // Constructor with arguments |
| 42 | Shader::Shader(const std::string vertexShaderFilename, const std::string fragmentShaderFilename) |
nothing calls this directly
no outgoing calls
no test coverage detected