Merge pull request #2064 from jpark37/bgra-swap-chain

D3D swap chain enhancements
This commit is contained in:
Jim
2019-10-12 20:54:33 -07:00
committed by GitHub
5 changed files with 39 additions and 60 deletions

View File

@@ -86,7 +86,7 @@ void OBSQTDisplay::CreateDisplay()
gs_init_data info = {};
info.cx = size.width();
info.cy = size.height();
info.format = GS_RGBA;
info.format = GS_BGRA;
info.zsformat = GS_ZS_NONE;
QTToGSWindow(winId(), info.window);