Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update GrVkBackendContext to no longer own the VkInstance and VkDevice (
flutter#5457) This changes the ownership of the VkInstance and VkDevice back to the flutter's objects. I am trying to move skia into a world where GrVkBackendContext is purely a description of the vulkan context skia should use and is just passed in during GrContext creation. It shouldn't need to be ref counted or actually do work in destructor (those changes to come later). This is just a first step towards getting there.
- Loading branch information