5#ifndef FLUTTER_IMPELLER_RENDERER_BACKEND_VULKAN_DEVICE_HOLDER_VK_H_
6#define FLUTTER_IMPELLER_RENDERER_BACKEND_VULKAN_DEVICE_HOLDER_VK_H_
Holds a strong reference to the underlying logical Vulkan device. This comes in handy when the contex...
virtual ~DeviceHolderVK()=default
virtual const vk::Device & GetDevice() const =0
virtual const vk::PhysicalDevice & GetPhysicalDevice() const =0