mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-21 14:23:02 +01:00
D3D11/12: Allow headless device creation.
This commit is contained in:
@@ -240,7 +240,7 @@ namespace bgfx
|
||||
|
||||
IDXGIOutput* output;
|
||||
for (uint32_t jj = 0
|
||||
; DXGI_ERROR_NOT_FOUND != adapter->EnumOutputs(jj, &output)
|
||||
; SUCCEEDED(adapter->EnumOutputs(jj, &output) )
|
||||
; ++jj
|
||||
)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user