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:
parent
86e6477e80
commit
83b51a66ac
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user