pass: allow removing all pass elements of a given type

This commit is contained in:
vaxerski 2025-01-02 18:14:45 +01:00
parent 81721b8aa8
commit 1697171fc0
2 changed files with 5 additions and 0 deletions

View file

@ -14,6 +14,7 @@ class CRenderPass {
void add(SP<IPassElement> elem);
void clear();
void removeAllOfType(const std::string& type);
CRegion render(const CRegion& damage_);