GPUOpen-LibrariesAndSDKs/AGS_SDK

Creating Dx11 device with specified dxgiAdapter - the extensions won't be initialized!

iOrange opened this issue · 0 comments

specifying an adapter in AGSDX11DeviceCreationParams::pAdapter will cause agsDriverExtensionsDX11_CreateDevice to not initialize extensions (AGSDX11ReturnedParams::extensionsSupported will be empty).

If pass nullptr as adapter - the extensions will be initialized.