aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authordan sinclair <dj2@everburning.com>2019-02-20 15:47:49 -0500
committerGitHub <noreply@github.com>2019-02-20 15:47:49 -0500
commitec5f9d42e67216cd1a2030a4f9dc392a6808ddf7 (patch)
tree1aff02df96886b25a7c8b436f99457f25ec428e6 /.gitignore
parentff296ea40354da2f891b27dbd52a3d1685e31d8b (diff)
downloadamber-ec5f9d42e67216cd1a2030a4f9dc392a6808ddf7.tar.gz
Add image dump in PNG (#302)
This change adds support to dump image to PNG format, it relies on the third party 'lodepng' library (zlib license). This CL is based on Pull #301 by @hevrard.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 8aa284b..c81c3cf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,7 @@ out
third_party/cpplint
third_party/glslang
third_party/googletest
+third_party/lodepng
third_party/shaderc
third_party/spirv-tools
third_party/spirv-headers