mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 15:33:34 +00:00
working on d3d11 backend
This commit is contained in:
@@ -35,12 +35,7 @@ local backends = {
|
||||
option = "d3d11",
|
||||
default = is_plat("windows", "msys", "mingw"),
|
||||
custom = function()
|
||||
if is_plat("linux") then
|
||||
add_sysincludedirs("/usr/include/dxvk/")
|
||||
add_syslinks("dxvk_d3d11", "dxvk_dxgi")
|
||||
else
|
||||
add_syslinks("d3d11", "dxgi", "windowscodecs")
|
||||
end
|
||||
add_syslinks("d3d11", "d3dcompiler_47", "dxgi", "windowscodecs")
|
||||
end
|
||||
},
|
||||
Software = {
|
||||
|
||||
Reference in New Issue
Block a user