Attemping apple fix (1)

This commit is contained in:
2023-07-23 20:05:53 -07:00
parent 2c66a2fd82
commit 682cfcac78

View File

@ -16,6 +16,8 @@ namespace Dawn {
int32_t value;
#if _MSC_VER
int32_t padding[3];
#elif APPLE
int32_t padding[1];
#endif
};