mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-05 11:52:10 +01:00
1d3decf100
FEX would like clean symbols for experimenting with making thunks down the line. We also just shouldn't be exporting a bunch of random crap -- sadly -fvisibility=hidden doesn't help with a bunch of stuff :( For reference, RADV also does this.
11 lines
144 B
Plaintext
11 lines
144 B
Plaintext
{
|
|
global:
|
|
D3D11CoreCreateDevice;
|
|
D3D11CreateDevice;
|
|
D3D11CreateDeviceAndSwapChain;
|
|
D3D11On12CreateDevice;
|
|
|
|
local:
|
|
*;
|
|
};
|