mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 13:49:53 -06:00
fix ValidateShaderIDs
This commit is contained in:
@ -85,7 +85,7 @@ public:
|
||||
struct PCacheEntry
|
||||
{
|
||||
SHADER shader;
|
||||
PIXELSHADERUIDSAFE safe_uid;
|
||||
SHADERUIDSAFE safe_uid;
|
||||
|
||||
static GLenum prog_format;
|
||||
u8 *binary;
|
||||
|
Reference in New Issue
Block a user