XenosRecomp/ShaderRecomp
2024-10-17 20:51:33 +03:00
..
.gitignore Initial commit. 2024-10-16 16:40:31 +03:00
bin2h.cmake Initial commit. 2024-10-16 16:40:31 +03:00
CMakeLists.txt Implement shader cache writing. 2024-10-16 20:47:07 +03:00
constant_table.h Initial commit. 2024-10-16 16:40:31 +03:00
dxc_compiler.cpp Initial commit. 2024-10-16 16:40:31 +03:00
dxc_compiler.h Initial commit. 2024-10-16 16:40:31 +03:00
main.cpp Implement shader cache writing. 2024-10-16 20:47:07 +03:00
pch.h Implement shader cache writing. 2024-10-16 20:47:07 +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.hlsli Implement some of the remaining instructions. 2024-10-16 19:12:55 +03:00
shader_recompiler.cpp Write Vulkan locations for vertex elements. 2024-10-17 20:51:33 +03:00
shader_recompiler.h Add simple control flow detection. 2024-10-17 14:59:20 +03:00