Holds a strong reference to the underlying logical Vulkan device. This comes in handy when the context is being torn down and the various components on different threads may need to orchestrate safe shutdown.
More...
#include <device_holder_vk.h>
Holds a strong reference to the underlying logical Vulkan device. This comes in handy when the context is being torn down and the various components on different threads may need to orchestrate safe shutdown.
Definition at line 18 of file device_holder_vk.h.
◆ ~DeviceHolderVK()
virtual impeller::DeviceHolderVK::~DeviceHolderVK |
( |
| ) |
|
|
virtualdefault |
◆ GetDevice()
virtual const vk::Device & impeller::DeviceHolderVK::GetDevice |
( |
| ) |
const |
|
pure virtual |
◆ GetPhysicalDevice()
virtual const vk::PhysicalDevice & impeller::DeviceHolderVK::GetPhysicalDevice |
( |
| ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: