D3D: Support stereoscopic XFB blit to screen.

This commit is contained in:
Jules Blok
2014-12-20 18:20:49 +01:00
parent a845aeeb3d
commit 4a86234a79
6 changed files with 72 additions and 97 deletions

View File

@ -52,6 +52,9 @@ public:
static bool CheckForResize();
int GetMaxTextureSize() override;
private:
void BlitScreen(TargetRectangle src, TargetRectangle dst, D3DTexture2D* src_texture, u32 src_width, u32 src_height, float Gamma);
};
}