mirror of
https://github.com/xemu-project/nv2a_vsh_cpu.git
synced 2024-11-23 01:39:38 +00:00
Implementation of the original xbox nv2a vertex shader commands intended to run on CPUs
githooks | ||
src | ||
test | ||
.clang-format | ||
.gitignore | ||
CMakeLists.txt | ||
LICENSE | ||
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.