projects
/
tar-legacy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87f5d6e
)
fix FXAA/NONE check skip.
author
Terri00
<thrustmediaproductions@gmail.com>
Wed, 26 Jun 2019 08:14:36 +0000
(09:14 +0100)
committer
Terri00
<thrustmediaproductions@gmail.com>
Wed, 26 Jun 2019 08:14:36 +0000
(09:14 +0100)
MCDV/tar_config.hpp
patch
|
blob
|
history
diff --git
a/MCDV/tar_config.hpp
b/MCDV/tar_config.hpp
index 58a95a66a1fcbc29235e1f8066ab102cca6c74bc..c36658e64b99bb88af170182f5b841484c2af590 100644
(file)
--- a/
MCDV/tar_config.hpp
+++ b/
MCDV/tar_config.hpp
@@
-140,6
+140,7
@@
public:
switch (hash(kv::tryGetStringValue(kvs, "ssaam", "3").c_str())) {
case hash("1"): this->m_sampling_mode = sampling_mode::MSAA4x; break;
case hash("2"): this->m_sampling_mode = sampling_mode::MSAA16x; break;
+ case hash("0"): this->m_sampling_mode = sampling_mode::NONE; break;
}
switch (hash(kv::tryGetStringValue(kvs, "outputMode", "0").c_str())) {