mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-08 03:16:30 -05: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