mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Video Backends: Split texture cache code out into separate files, introduce 'AbstractTexture'
This commit is contained in:
@ -47,7 +47,7 @@ struct SHADER
|
||||
|
||||
void SetProgramVariables();
|
||||
void SetProgramBindings(bool is_compute);
|
||||
void Bind();
|
||||
void Bind() const;
|
||||
};
|
||||
|
||||
class ProgramShaderCache
|
||||
|
Reference in New Issue
Block a user