Reverted the last commit, apparently not every GLEW contains required definitions.
This commit is contained in:
parent
1f8b77697f
commit
7de3aa9af2
|
@ -55,7 +55,7 @@ void OPENGL_COMPOSITOR::Initialize()
|
||||||
// We need framebuffer objects for drawing the screen contents
|
// We need framebuffer objects for drawing the screen contents
|
||||||
// Generate framebuffer and a depth buffer
|
// Generate framebuffer and a depth buffer
|
||||||
glGenFramebuffersEXT( 1, &m_framebuffer );
|
glGenFramebuffersEXT( 1, &m_framebuffer );
|
||||||
glBindFramebufferEXT( GL_FRAMEBUFFER_EXT, m_framebuffer );
|
glBindFramebufferEXT( GL_FRAMEBUFFER, m_framebuffer );
|
||||||
m_currentFbo = m_framebuffer;
|
m_currentFbo = m_framebuffer;
|
||||||
|
|
||||||
// Allocate memory for the depth buffer
|
// Allocate memory for the depth buffer
|
||||||
|
|
Loading…
Reference in New Issue