Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
overdraw: Remove redundant v2z/v3z swap
v2z/v3z are unused in the rest of the function since we just rely on v1z and depth gradients from here on. We already avoided flipping them, so we also avoid swapping them. This fixes a few clang-tidy warnings.
- Loading branch information