mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-10 18:18:49 +00:00
TextureCache: Implement layered framebuffer support.
Stereoscopic EFB2Tex is now supported.
This commit is contained in:
parent
d9e280e338
commit
80616c6e9e
2 changed files with 31 additions and 11 deletions
|
@ -74,6 +74,8 @@ public:
|
|||
// Resolved framebuffer is only used in MSAA mode.
|
||||
static GLuint GetResolvedFramebuffer() { return m_resolvedFramebuffer; }
|
||||
|
||||
static int GetEFBLayers() { return m_EFBLayers; }
|
||||
|
||||
static void SetFramebuffer(GLuint fb);
|
||||
|
||||
// If in MSAA mode, this will perform a resolve of the specified rectangle, and return the resolve target as a texture ID.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue