mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Some cleanups, add more fields to pixel shader uid.
This commit is contained in:
@ -29,6 +29,7 @@ class ShaderUid
|
||||
public:
|
||||
ShaderUid()
|
||||
{
|
||||
// TODO: Move to Shadergen => can be optimized out
|
||||
memset(values, 0, sizeof(values));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user