| Previous | 199869 Revisions | Next |
| r32207 Friday 19th September, 2014 at 14:29:39 UTC by Miodrag Milanović |
|---|
| (OSD BRANCH) fix, but have to check why this is not working |
| [/branches/osd/src/lib/bgfx] | renderer_d3d11.cpp |
| r32206 | r32207 | |
|---|---|---|
| 567 | 567 | if (BX_ENABLED(BGFX_CONFIG_DEBUG) ) |
| 568 | 568 | { |
| 569 | 569 | ID3D11InfoQueue* infoQueue; |
| 570 | hr = m_device->QueryInterface(_ | |
| 570 | hr = m_device->QueryInterface(IID_ID3D11InfoQueue, (void**)&infoQueue); | |
| 571 | 571 | |
| 572 | 572 | if (SUCCEEDED(hr) ) |
| 573 | 573 | { |
| Previous | 199869 Revisions | Next |