mirror of
https://github.com/xemu-project/nv2a_vsh_cpu.git
synced 2024-11-23 09:49:39 +00:00
Update README.md
This commit is contained in:
parent
3a57d8d635
commit
ead0af5dee
12
README.md
12
README.md
@ -2,3 +2,15 @@
|
|||||||
|
|
||||||
This project provides a CPU-based implementation of the nv2a vertex shader
|
This project provides a CPU-based implementation of the nv2a vertex shader
|
||||||
operations used by the original Microsoft Xbox.
|
operations used by the original Microsoft Xbox.
|
||||||
|
|
||||||
|
|
||||||
|
# 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.
|
||||||
|
Loading…
Reference in New Issue
Block a user