Details
-
New Feature
-
Resolution: Unresolved
-
Trivial
-
None
-
None
-
None
Description
dxgi.dll is one of the main component for the WDDM stack.
The purpose of this DLL is to provide a simple user-mode access to the DirectX kernel mode API.
More documentation of the DLL is available under MSDN: https://learn.microsoft.com/en-us/windows/win32/direct3ddxgi/d3d10-graphics-programming-guide-dxgi
This component would be required under ReactOS in oder to allow Direct3D to communicate with the screen/adapters.
Due to the nature of this component, it wouldn't be possible to take it from Wine as it doesn't communicate with D3DKMT API (exported from gdi32.dll)