We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 090941c commit 8c98560Copy full SHA for 8c98560
filament/src/fg/PassNode.cpp
@@ -69,7 +69,7 @@ void RenderPassNode::execute(FrameGraphResources const& resources, DriverApi& dr
69
}
70
71
mPassBase->execute(resources, driver);
72
-
+
73
// destroy the render targets
74
for (auto& rt : mRenderTargetData) {
75
rt.destroy(resourceAllocator);
0 commit comments