DeferredShading: Add bloom

This commit is contained in:
Jérôme Leclercq
2021-06-01 20:28:19 +02:00
parent 7bbe879d2f
commit 9ee3a0d6be
9 changed files with 441 additions and 20 deletions

View File

@@ -18,6 +18,8 @@ namespace Nz
{
std::string name;
PixelFormat format;
unsigned int width = 100'000;
unsigned int height = 100'000;
};
}