mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 17:18:53 +00:00
VideoCommon: Move the blit methods to the backend class
The parameter types will be different for each backend currently, anyway (e.g. textures/render passes/etc).
This commit is contained in:
parent
dd31a403db
commit
a10e8b1ef5
3 changed files with 7 additions and 10 deletions
|
@ -23,8 +23,8 @@ public:
|
|||
~OpenGLPostProcessing();
|
||||
|
||||
void BlitFromTexture(TargetRectangle src, TargetRectangle dst, int src_texture, int src_width,
|
||||
int src_height, int layer) override;
|
||||
void ApplyShader() override;
|
||||
int src_height, int layer);
|
||||
void ApplyShader();
|
||||
|
||||
private:
|
||||
bool m_initialized;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue