mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-01 17:52:13 +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.
12 lines
169 B
Plaintext
12 lines
169 B
Plaintext
{
|
|
global:
|
|
CreateDXGIFactory2;
|
|
CreateDXGIFactory1;
|
|
CreateDXGIFactory;
|
|
DXGIDeclareAdapterRemovalSupport;
|
|
DXGIGetDebugInterface1;
|
|
|
|
local:
|
|
*;
|
|
};
|