Testing the limits of the Canvas renderer

This commit is contained in:
2023-12-14 11:25:36 -06:00
parent f180e81bc4
commit 9eee482883
3 changed files with 13 additions and 6 deletions

View File

@ -57,6 +57,7 @@ struct RenderPassContext &ctx
}
flushPass();
std::cout << "Passes: " << passes.size() << "\n";
return passes;
}