DescriptionWait for all device work to finish before destroy VkDevice
Currently before destroying the GrVkGpu, we do wait on all queue work to finish before destroying objects there.
Since we only have one queue, the vkDeviceWaitIdle added here is probably not necessary, but the spec does suggest
having it just to make sure all work is fully done on the device.
BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1876863004
Committed: https://skia.googlesource.com/skia/+/f4ace41dd9590944c9d4f9e3d1c576914db7af18
Patch Set 1 #
Messages
Total messages: 10 (6 generated)
|