#include <vulkan_screenshotter.h>
Public Member Functions | |
| VulkanScreenshotter () | |
| std::unique_ptr< Screenshot > | MakeScreenshot (const AiksContext &aiks_context, const std::shared_ptr< Texture > &texture) override |
Public Member Functions inherited from impeller::testing::Screenshotter | |
| virtual | ~Screenshotter ()=default |
Static Public Member Functions | |
| static std::unique_ptr< Screenshot > | MakeScreenshot (const std::shared_ptr< Context > &context, const std::shared_ptr< Texture > &texture) |
Static Public Member Functions inherited from impeller::testing::Screenshotter | |
| static std::unique_ptr< Screenshot > | MakeScreenshot (std::shared_ptr< Context > &context, const std::shared_ptr< Texture > &texture) |
Converts Pictures and DisplayLists to MetalScreenshots with the playground backend.
Definition at line 15 of file vulkan_screenshotter.h.
|
explicit |
Definition at line 83 of file vulkan_screenshotter.mm.
|
overridevirtual |
Implements impeller::testing::Screenshotter.
Definition at line 103 of file vulkan_screenshotter.mm.
References impeller::AiksContext::GetContext(), and texture.
|
static |
Definition at line 85 of file vulkan_screenshotter.mm.
References context, and texture.
Referenced by impeller::testing::VulkanGoldenScreenshotter::MakeScreenshot().