mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
Merge pull request #5305 from iwubcode/abstract_texture
Abstract Texture
This commit is contained in:
commit
e63c337830
54 changed files with 1847 additions and 1423 deletions
|
@ -138,7 +138,7 @@ void SHADER::SetProgramBindings(bool is_compute)
|
|||
}
|
||||
}
|
||||
|
||||
void SHADER::Bind()
|
||||
void SHADER::Bind() const
|
||||
{
|
||||
if (CurrentProgram != glprogid)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue