mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-14 18:23:52 +01:00
3e111086b2
Some applications need this function to be present and it's better to fail for them with an error code rather than crash because the entry point does not exist in our DLLs.
6 lines
110 B
Modula-2
6 lines
110 B
Modula-2
LIBRARY D3D11.DLL
|
|
EXPORTS
|
|
D3D11CoreCreateDevice
|
|
D3D11CreateDevice
|
|
D3D11CreateDeviceAndSwapChain
|