aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/render/pass/Pass.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/pass/Pass.hpp')
-rw-r--r--src/render/pass/Pass.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/render/pass/Pass.hpp b/src/render/pass/Pass.hpp
index 7f332c19..6fe6938f 100644
--- a/src/render/pass/Pass.hpp
+++ b/src/render/pass/Pass.hpp
@@ -18,6 +18,8 @@ class CRenderPass {
private:
CRegion damage;
+ CRegion occludedRegion;
+ CRegion totalLiveBlurRegion;
struct SPassElementData {
CRegion elementDamage;