OpenGL: attributeless rendering in emulate format changes

only cleanup
This commit is contained in:
degasus
2013-11-25 12:27:54 +01:00
parent dd0b74ac15
commit 38fe05b1df
2 changed files with 2 additions and 24 deletions

View File

@ -113,8 +113,6 @@ private:
static GLuint m_xfbFramebuffer; // Only used in MSAA mode
// For pixel format draw
static GLuint m_pixel_format_vbo;
static GLuint m_pixel_format_vao;
static SHADER m_pixel_format_shaders[2];
};