OpenGL: reset EFB after efb2ram FB initialization

This commit is contained in:
degasus 2013-11-26 04:07:59 +01:00
parent 0b4cb2e15f
commit 1138c2e155
1 changed files with 1 additions and 0 deletions

View File

@ -176,6 +176,7 @@ void Init()
FramebufferManager::SetFramebuffer(s_texConvFrameBuffer[0]);
glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, s_dstTexture, 0);
FramebufferManager::SetFramebuffer(0);
CreatePrograms();
}