diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-05-20 17:38:52 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-05-21 10:55:09 +0200 |
commit | 13939b26d9dd270294f3491759362f62a52a8a13 (patch) | |
tree | 3e094ed77469a4a028ded41908e1879919117dd8 /src/util | |
parent | 238fe86571772da67cc5b3e23012b75904b0f9fb (diff) | |
download | qtlocation-mapboxgl-13939b26d9dd270294f3491759362f62a52a8a13.tar.gz |
first shot at composited blending
still missing:
- stencil+depth mask
- alpha compositing
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/constants.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/util/constants.cpp b/src/util/constants.cpp index 9fc4a45445..4ed363709c 100644 --- a/src/util/constants.cpp +++ b/src/util/constants.cpp @@ -1,3 +1,7 @@ #include <llmr/util/constants.hpp> const float llmr::util::tileSize = 512.0f; + +const bool llmr::debug::styleParseWarnings = true; +const bool llmr::debug::renderWarnings = true; +const bool llmr::debug::renderTree = false; |