feat: shadows in fast pipeline & improve lights mix

This commit is contained in:
MihailRis
2025-05-10 14:12:52 +03:00
parent 30a0b81680
commit e158b384fa
9 changed files with 62 additions and 25 deletions
+1
View File
@@ -72,6 +72,7 @@ void PostProcessing::use(DrawContext& context, bool gbufferPipeline) {
}
context.setFramebuffer(gbuffer.get());
} else {
gbuffer.reset();
refreshFbos(vp.x, vp.y);
context.setFramebuffer(fbo.get());
}