mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06: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