Known case where we're testing UB. Native d3d12 allows this, but has weird striding behavior as expected on AMD, and it's possible to break robustness this way. D3D12 validation warns about this case, and says it should work (but it doesn't really). Only reasonable way to get rid of this is to go full dynamic vertex input everywhere, but that's not acceptable.
Nothing extracted yet.