Merge pull request #5305 from iwubcode/abstract_texture

Abstract Texture
This commit is contained in:
shuffle2 2017-06-18 12:57:05 -07:00 committed by GitHub
commit e63c337830
54 changed files with 1847 additions and 1423 deletions

View file

@ -138,7 +138,7 @@ void SHADER::SetProgramBindings(bool is_compute)
}
}
void SHADER::Bind()
void SHADER::Bind() const
{
if (CurrentProgram != glprogid)
{