mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 01:25:33 -07:00
Force AlphaBuffer to be 0 (#6217)
This commit is contained in:
@@ -832,6 +832,7 @@ OpenGLRenderer::OpenGLRenderer(QWidget *parent)
|
||||
format.setProfile(QSurfaceFormat::OpenGLContextProfile::CoreProfile);
|
||||
format.setRenderableType(QSurfaceFormat::OpenGL);
|
||||
format.setSwapInterval(video_vsync ? 1 : 0);
|
||||
format.setAlphaBufferSize(0);
|
||||
|
||||
setFormat(format);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user