mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
PostProcessing: Add layered stereoscopy support.
This commit is contained in:
parent
81e9004679
commit
c64486075d
4 changed files with 44 additions and 15 deletions
|
@ -91,7 +91,7 @@ public:
|
|||
|
||||
// Should be implemented by the backends for backend specific code
|
||||
virtual void BlitFromTexture(TargetRectangle src, TargetRectangle dst,
|
||||
int src_texture, int src_width, int src_height) = 0;
|
||||
int src_texture, int src_width, int src_height, int layer = 0) = 0;
|
||||
virtual void ApplyShader() = 0;
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue