aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJaebaek Seo <jaebaek@google.com>2019-07-24 16:12:59 -0400
committerGitHub <noreply@github.com>2019-07-24 16:12:59 -0400
commit6bdbb5fa50b1b82b0676cf9a91729c0f0f7f9e14 (patch)
treedfc35b0e7aeb05404f49543b3dd60ce9448771ef /README.md
parent6e5c1c43ab8caf2ede9a75d8037c1715c2ce8a0f (diff)
downloadamber-6bdbb5fa50b1b82b0676cf9a91729c0f0f7f9e14.tar.gz
Optional PNG support (#596)
As discussed in #591, this CL sets lodepng as an optional library.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index efb1363..db70b6e 100644
--- a/README.md
+++ b/README.md
@@ -196,6 +196,9 @@ out/Debug/amber tests/cases/clear.vkscript
The sample app returns a value of 0 on success or non-zero on error. Any issues
encountered should be displayed on the console.
+By default, `out/Debug/amber` supports saving the output image into '.png'
+file. You can disable this by passing `-DAMBER_SKIP_LODEPNG=true` to cmake.
+
## Contributing
Please see the [CONTRIBUTING](CONTRIBUTING.md) and