Daniele Vettorel
Daniele Vettorel
We should document the preferred style for CMake formatting, since there's currently no enforcement and the style changes across files.
`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...
There is a problem on how we generate CMake rules for shader targets, specifically on Windows. We use `MAIN_DEPENDENCY` to specify the input shader file (`.hlsl`) when we create custom...