render: enforce framebuffer offloading and remove introspection toggle (#9217)
This commit is contained in:
parent
a4b7d1c2d7
commit
ddf180fa30
6 changed files with 10 additions and 153 deletions
|
|
@ -17,10 +17,6 @@ bool CRenderPass::single() const {
|
|||
return m_vPassElements.size() == 1;
|
||||
}
|
||||
|
||||
bool CRenderPass::needsIntrospection() const {
|
||||
return true;
|
||||
}
|
||||
|
||||
void CRenderPass::add(SP<IPassElement> el) {
|
||||
m_vPassElements.emplace_back(makeShared<SPassElementData>(CRegion{}, el));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue