mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-06 09:35:53 +00:00
D3D: Support stereoscopic XFB blit to screen.
This commit is contained in:
parent
a845aeeb3d
commit
4a86234a79
6 changed files with 72 additions and 97 deletions
|
@ -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);
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue