Document HLSL style guide
Open
documentation
- Dominant language
- C++
- Stars
- 107
- Forks
- 42
- PR merge metrics
- No merged PRs in 30d
Description
`clang-format` does not play nice with HLSL: it works fine for the code within functions but messes up the struct definitions especially when semantics are specified.
We should either find a way to work around `clang-format` to ignore the definitions and at least format the code, or specify a HLSL style guide that should be followed manually.
Contributor guide
Assessment
This issue has not been assessed yet.