Attemping apple fix (1)
This commit is contained in:
@ -16,6 +16,8 @@ namespace Dawn {
|
||||
int32_t value;
|
||||
#if _MSC_VER
|
||||
int32_t padding[3];
|
||||
#elif APPLE
|
||||
int32_t padding[1];
|
||||
#endif
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user