1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-03-13 19:29:14 +01:00

[dxgi] Don't build shaders for presentation

These are now embedded in the D3D11 module.
This commit is contained in:
Philip Rebohle 2018-10-23 11:10:57 +02:00
parent 86e6477e80
commit 83b51a66ac
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -15,7 +15,7 @@ dxgi_src = [
'dxgi_swapchain.cpp',
]
dxgi_dll = shared_library('dxgi'+dll_ext, dxgi_src, glsl_generator.process(dxgi_shaders),
dxgi_dll = shared_library('dxgi'+dll_ext, dxgi_src,
name_prefix : '',
dependencies : [ dxvk_dep ],
include_directories : dxvk_include_path,