gsdx-ogl: init textures for all formats

CID 150171
This commit is contained in:
Gregory Hainaut 2016-03-28 17:39:43 +02:00
parent 856a12f94f
commit 8dee7daeb9
1 changed files with 5 additions and 0 deletions

View File

@ -275,7 +275,12 @@ GSTextureOGL::GSTextureOGL(int type, int w, int h, int format, GLuint fbo_read)
m_int_alignment = 0;
m_int_shift = 0;
break;
default:
m_int_format = 0;
m_int_type = 0;
m_int_alignment = 0;
m_int_shift = 0;
ASSERT(0);
}