mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 21:28:51 +00:00
ogl: drop csaa support
This commit is contained in:
parent
3161cdfa8e
commit
afea848e3b
5 changed files with 8 additions and 56 deletions
|
@ -60,7 +60,7 @@ struct XFBSource : public XFBSourceBase
|
|||
class FramebufferManager : public FramebufferManagerBase
|
||||
{
|
||||
public:
|
||||
FramebufferManager(int targetWidth, int targetHeight, int msaaSamples, int msaaCoverageSamples);
|
||||
FramebufferManager(int targetWidth, int targetHeight, int msaaSamples);
|
||||
~FramebufferManager();
|
||||
|
||||
// To get the EFB in texture form, these functions may have to transfer
|
||||
|
@ -99,7 +99,6 @@ private:
|
|||
static int m_targetWidth;
|
||||
static int m_targetHeight;
|
||||
static int m_msaaSamples;
|
||||
static int m_msaaCoverageSamples;
|
||||
|
||||
static GLuint m_efbFramebuffer;
|
||||
static GLuint m_efbColor; // Renderbuffer in MSAA mode; Texture otherwise
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue