Creating Dx11 device with specified dxgiAdapter - the extensions won't be initialized!
iOrange opened this issue · 0 comments
iOrange commented
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.