XenosRecomp/ShaderRecomp
Skyth (Asilkan) 66c618cc72
Linux support. (#4)
* Initial Linux attempt.

* Fix DXIL library linkage.

* Compiling and running on Linux.

* Fix compilation error on Windows.

* Convert almost all dependencies to submodules.
2024-12-21 00:51:39 +03:00
..
CMakeLists.txt Linux support. (#4) 2024-12-21 00:51:39 +03:00
constant_table.h Initial commit. 2024-10-16 16:40:31 +03:00
dxc_compiler.cpp Specialization constants, reverse Z and smol-v implementation. (#2) 2024-11-29 23:14:08 +03:00
dxc_compiler.h Specialization constants, reverse Z and smol-v implementation. (#2) 2024-11-29 23:14:08 +03:00
main.cpp Make DXIL Optional. (#3) 2024-12-14 18:34:13 +03:00
pch.h Linux support. (#4) 2024-12-21 00:51:39 +03:00
shader.h Implement svPos register. 2024-10-16 17:36:35 +03:00
shader_code.h Initial commit. 2024-10-16 16:40:31 +03:00
shader_common.h Specialization constants, reverse Z and smol-v implementation. (#2) 2024-11-29 23:14:08 +03:00
shader_recompiler.cpp Downgrade to C++17 & switch to fmtlib. 2024-12-13 16:54:10 +03:00
shader_recompiler.h Downgrade to C++17 & switch to fmtlib. 2024-12-13 16:54:10 +03:00