OGL: Support stereoscopic XFB blit to screen.

This commit is contained in:
Jules Blok
2014-12-20 17:10:58 +01:00
parent 12412ac5b7
commit a9364cd5db
2 changed files with 20 additions and 15 deletions

View File

@ -91,6 +91,8 @@ public:
private:
void UpdateEFBCache(EFBAccessType type, u32 cacheRectIdx, const EFBRectangle& efbPixelRc, const TargetRectangle& targetPixelRc, const u32* data);
void BlitScreen(TargetRectangle src, TargetRectangle dst, GLuint src_texture, int src_width, int src_height);
};
}