#include <memory>#include "flutter/fml/closure.h"#include "flutter/fml/synchronization/semaphore.h"#include "impeller/base/thread.h"#include "impeller/renderer/backend/vulkan/android/ahb_texture_source_vk.h"#include "impeller/renderer/backend/vulkan/swapchain/ahb/ahb_texture_pool_vk.h"#include "impeller/renderer/backend/vulkan/swapchain/ahb/external_fence_vk.h"#include "impeller/renderer/backend/vulkan/swapchain/swapchain_transients_vk.h"#include "impeller/renderer/surface.h"#include "impeller/toolkit/android/hardware_buffer.h"#include "impeller/toolkit/android/surface_control.h"Go to the source code of this file.
Classes | |
| class | impeller::AHBSwapchainImplVK |
| The implementation of a swapchain at a specific size. Resizes to the surface will cause the instance of the swapchain impl at that size to be discarded along with all its caches and transients. More... | |
Namespaces | |
| impeller | |