Some cleanups, add more fields to pixel shader uid.

This commit is contained in:
NeoBrainX
2012-08-07 14:36:56 +02:00
parent b519d37128
commit 8902c6e38b
3 changed files with 107 additions and 26 deletions

View File

@ -29,6 +29,7 @@ class ShaderUid
public:
ShaderUid()
{
// TODO: Move to Shadergen => can be optimized out
memset(values, 0, sizeof(values));
}