diff options
| author | Tim Foley <tfoleyNV@users.noreply.github.com> | 2017-07-17 09:27:34 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-17 09:27:34 -0700 |
| commit | fdab35e93082d6da4f9dbb4b6ec7b4c6dbce831c (patch) | |
| tree | 489534f470b3d2dcbb61660458bf473e0a2c0552 /.gitignore | |
| parent | eecb6c56da5792010e88f2a0d6d1503244b081a4 (diff) | |
| parent | 15aba2fe81fea44969e036e181a4cf252ff41963 (diff) | |
Merge pull request #106 from tfoleyNV/varying-integer
Handle `flat` interpolation cases in cross compilation
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2e654c7bb..9267cfca3 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ intermediate/ *.expected.png *.actual.png tests/render/*.expected +tests/cross-compile/*.expected # files generated by other shader compilers *.spv |
