mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-11-30 04:24:11 +01:00
[d3d11] Minor formatting fix
This commit is contained in:
parent
6cbc133619
commit
c2c8d8be8a
@ -26,7 +26,7 @@ extern "C" {
|
||||
ID3D11Device **ppDevice,
|
||||
D3D_FEATURE_LEVEL *pFeatureLevel,
|
||||
ID3D11DeviceContext **ppImmediateContext) {
|
||||
Com<IDXGIAdapter> dxgiAdapter = pAdapter;
|
||||
Com<IDXGIAdapter> dxgiAdapter = pAdapter;
|
||||
Com<IDXGIVkAdapter> dxvkAdapter = nullptr;
|
||||
|
||||
if (dxgiAdapter == nullptr) {
|
||||
|
Loading…
Reference in New Issue
Block a user