DRAFT feature for showing test pattern on output window

This commit is contained in:
Bruno Herbelin
2023-02-28 00:24:19 +01:00
parent 93f433f388
commit bc439829cf
6 changed files with 74 additions and 10 deletions

View File

@@ -1526,7 +1526,7 @@ void Mixer::setResolution(glm::vec3 res)
{
if (session_) {
session_->setResolution(res);
++View::need_deep_update_;
View::need_deep_update_+=2;
std::ostringstream info;
info << "Session resolution changed to " << res.x << "x" << res.y;
Log::Info("%s", info.str().c_str());