mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
build: Use linker version scripts to control visibility.
Signed-off-by: Józef Kucia <jkucia@codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
committed by
Alexandre Julliard
parent
4605d1275c
commit
41715a2f33
13
libs/vkd3d-utils/vkd3d_utils.map
Normal file
13
libs/vkd3d-utils/vkd3d_utils.map
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
global:
|
||||
D3D12CreateDevice;
|
||||
D3D12CreateRootSignatureDeserializer;
|
||||
D3D12GetDebugInterface;
|
||||
D3D12SerializeRootSignature;
|
||||
vkd3d_create_event;
|
||||
vkd3d_destroy_event;
|
||||
vkd3d_signal_event;
|
||||
vkd3d_wait_event;
|
||||
|
||||
local: *;
|
||||
};
|
||||
Reference in New Issue
Block a user