xemu/subprojects/nv2a_vsh_cpu
mborgerson 57b0d947f3 deploy: 98a3974290 2025-07-29 22:06:20 +00:00
..
.github/workflows deploy: 98a3974290 2025-07-29 22:06:20 +00:00
githooks deploy: 98a3974290 2025-07-29 22:06:20 +00:00
src deploy: 98a3974290 2025-07-29 22:06:20 +00:00
test deploy: 98a3974290 2025-07-29 22:06:20 +00:00
.clang-format deploy: 98a3974290 2025-07-29 22:06:20 +00:00
CMakeLists.txt deploy: 98a3974290 2025-07-29 22:06:20 +00:00
LICENSE deploy: 98a3974290 2025-07-29 22:06:20 +00:00
README.md deploy: 98a3974290 2025-07-29 22:06:20 +00:00

README.md

nv2a_vsh_cpu

This project provides a CPU-based implementation of the nv2a vertex shader operations used by the original Microsoft Xbox.

Development

git hooks

This project uses git hooks to automate some aspects of keeping the code base healthy, in particular clang-format invocation.

Please copy the files from the githooks subdirectory into .git/hooks to enable them.