mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-03 14:00:50 -05:00
Video Backends: Split texture cache code out into separate files, introduce 'AbstractTexture'
This commit is contained in:
@@ -137,7 +137,7 @@ void SHADER::SetProgramBindings(bool is_compute)
|
||||
}
|
||||
}
|
||||
|
||||
void SHADER::Bind()
|
||||
void SHADER::Bind() const
|
||||
{
|
||||
if (CurrentProgram != glprogid)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user