nv2a_vsh_cpu/README.md

17 lines
448 B
Markdown
Raw Normal View History

2022-06-18 03:31:40 +00:00
# nv2a_vsh_cpu
This project provides a CPU-based implementation of the nv2a vertex shader
operations used by the original Microsoft Xbox.
2022-06-25 03:03:34 +00:00
# Development
## git hooks
This project uses [git hooks](https://git-scm.com/book/en/v2/Customizing-Git-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.