pass: mark crucial elements as undiscardable
This commit is contained in:
parent
7f177fa1cf
commit
9f3c9ac01a
9 changed files with 23 additions and 3 deletions
|
|
@ -45,4 +45,8 @@ bool CFramebufferElement::needsLiveBlur() {
|
|||
|
||||
bool CFramebufferElement::needsPrecomputeBlur() {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
bool CFramebufferElement::undiscardable() {
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue