GS: Drop alignment from ClearValue

This commit is contained in:
Connor McLaughlin 2023-07-30 20:35:47 +10:00
parent ce505d33bd
commit 36126a3ad9
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ public:
Invalidated
};
union alignas(16) ClearValue
union ClearValue
{
u32 color;
float depth;