PostProcessing: Use ints-for-bools CPU-side as well

This commit is contained in:
Connor McLaughlin
2020-09-16 11:51:42 +10:00
parent 3bd9f85af8
commit 3096f0953f
3 changed files with 6 additions and 7 deletions

View File

@ -33,7 +33,6 @@ public:
union Value
{
bool bool_value;
s32 int_value;
float float_value;
};