Add shadow mapping (wip)

This commit is contained in:
SirLynix
2022-11-07 02:16:02 +01:00
committed by Jérôme Leclercq
parent be9fba3190
commit 4a10c1f8fe
23 changed files with 333 additions and 44 deletions

View File

@@ -20,6 +20,7 @@ namespace Nz
PixelFormat format;
unsigned int width = 100'000;
unsigned int height = 100'000;
bool hasFixedSize = false;
};
}