forked from firka/flutter
Work towards https://github.com/flutter/flutter/issues/123468 In order to support the usage of BufferView, I generalized the tracked buffer type from DeviceBuffer to Buffer. Should be mostly safe! I confirmed that this runs correctly under moltenvk but I'm uncertain if there are additional ways to validate.