Graphics: Send shadow map res to shader

This commit is contained in:
SirLynix
2022-11-20 16:26:11 +01:00
committed by Jérôme Leclercq
parent 3623f4ccc4
commit f580ba523d
8 changed files with 17 additions and 26 deletions

View File

@@ -23,7 +23,7 @@ namespace Nz
std::size_t parameter1;
std::size_t parameter2;
std::size_t parameter3;
std::size_t shadowMappingFlag;
std::size_t shadowMapSize;
std::size_t viewProjMatrix;
};