#include <functional>#include <memory>#include <string>#include <vector>#include "impeller/base/thread.h"#include "impeller/renderer/backend/vulkan/context_vk.h"#include "vulkan/vulkan_core.h"#include "vulkan/vulkan_enums.hpp"Go to the source code of this file.
Classes | |
| class | impeller::testing::MockFence |
| class | impeller::testing::MockVulkanContextBuilder |
Namespaces | |
| namespace | impeller |
| namespace | impeller::testing |
Functions | |
| std::shared_ptr< std::vector< std::string > > | impeller::testing::GetMockVulkanFunctions (VkDevice device) |
| void | impeller::testing::SetSwapchainImageSize (ISize size) |
| Override the image size returned by all swapchain images. | |
| std::vector< VkImageMemoryBarrier > & | impeller::testing::GetImageMemoryBarriers (VkCommandBuffer buffer) |