1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-02-01 17:52:13 +01:00
dxvk/src/dxgi/dxgi.sym
Joshua Ashton 1d3decf100 [build] Add version scripts for native builds
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.
2022-10-15 19:10:57 +02:00

12 lines
169 B
Plaintext

{
global:
CreateDXGIFactory2;
CreateDXGIFactory1;
CreateDXGIFactory;
DXGIDeclareAdapterRemovalSupport;
DXGIGetDebugInterface1;
local:
*;
};