Graphics/FrameGraph: Rename AddBackbufferOutput to AddOutput

This commit is contained in:
Lynix
2023-11-21 22:06:24 +01:00
parent 6a19ab7ba2
commit f3aacc0cd2
5 changed files with 17 additions and 17 deletions

View File

@@ -1037,7 +1037,7 @@ int main(int argc, char* argv[])
builder.Draw(3);
});
graph.AddBackbufferOutput(toneMappingOutput);
graph.AddOutput(toneMappingOutput);
return graph.Bake();
}();