You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
iOrange
changed the title
Creating Dx11 device without swapchain doesn't initialize extensions!
Creating Dx11 device with specified dxgiAdapter - the extensions won't be initialized!
Dec 23, 2023
specifying an adapter in
AGSDX11DeviceCreationParams::pAdapter
will causeagsDriverExtensionsDX11_CreateDevice
to not initialize extensions (AGSDX11ReturnedParams::extensionsSupported
will be empty).If pass nullptr as adapter - the extensions will be initialized.
The text was updated successfully, but these errors were encountered: