Attemping apple fix (1)

This commit is contained in:
2023-07-23 20:05:53 -07:00
parent a062b5a376
commit 427be68e63

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
};