On Tue Nov 14 04:59:18 2023 +0000, Conor McCarthy wrote:
Do we need "dummy_align"? Could we use DECLSPEC_ALIGN?
DECLSPEC_ALIGN broke the tests because the size was unaffected, e.g. `sizeof(union d3d12_blend_subobject)` was 396 instead of its aligned size of 400.
And where does this cause a problem? I'd expect the struct layout to remain the same, due to the alignment of the following member begin a multiple of 8.