pass new args to gl_create_framebuffer
This commit is contained in:
@@ -1043,7 +1043,11 @@ fxMesaContext GLAPIENTRY fxMesaCreateContext(GLuint win,
|
||||
}
|
||||
|
||||
|
||||
fxMesa->glBuffer=gl_create_framebuffer(fxMesa->glVis);
|
||||
fxMesa->glBuffer=gl_create_framebuffer(fxMesa->glVis,
|
||||
GL_FALSE, /* no software depth */
|
||||
fxMesa->glVis->StencilBits > 0,
|
||||
fxMesa->glVis->AccumBits > 0,
|
||||
fxMesa->glVis->AlphaBits > 0 );
|
||||
if (!fxMesa->glBuffer) {
|
||||
errorstr = "gl_create_framebuffer";
|
||||
goto errorhandler;
|
||||
|
||||
Reference in New Issue
Block a user