mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 04:53:06 +01:00
Merge pull request #1595 from blaztinn/d3d11-fb-multisample
Disable d3d11 non-main window framebuffer multisampling
This commit is contained in:
@@ -4581,6 +4581,7 @@ namespace bgfx { namespace d3d11
|
||||
scd.height = _height;
|
||||
scd.nwh = _nwh;
|
||||
scd.ndt = NULL;
|
||||
scd.sampleDesc.Count = 1;
|
||||
|
||||
ID3D11Device* device = s_renderD3D11->m_device;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user