post-processing test

This commit is contained in:
MihailRis
2024-03-08 21:49:38 +03:00
parent e7af5830cf
commit 8ed65ca51e
13 changed files with 268 additions and 113 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ GfxContext::~GfxContext() {
fbo->unbind();
}
if (parent->fbo) {
fbo->bind();
parent->fbo->bind();
}
}