A screenshot that was produced from MetalScreenshoter.
More...
#include <metal_screenshot.h>
Public Member Functions | |
| ~MetalScreenshot () | |
| const UInt8 * | GetBytes () const |
| size_t | GetHeight () const |
| size_t | GetWidth () const |
| bool | WriteToPNG (const std::string &path) const |
Friends | |
| class | MetalScreenshoter |
A screenshot that was produced from MetalScreenshoter.
Definition at line 19 of file metal_screenshot.h.
| impeller::testing::MetalScreenshot::~MetalScreenshot | ( | ) |
Definition at line 15 of file metal_screenshot.mm.
| const UInt8 * impeller::testing::MetalScreenshot::GetBytes | ( | ) | const |
Definition at line 20 of file metal_screenshot.mm.
| size_t impeller::testing::MetalScreenshot::GetHeight | ( | ) | const |
Definition at line 24 of file metal_screenshot.mm.
| size_t impeller::testing::MetalScreenshot::GetWidth | ( | ) | const |
Definition at line 28 of file metal_screenshot.mm.
| bool impeller::testing::MetalScreenshot::WriteToPNG | ( | const std::string & | path | ) | const |
Definition at line 32 of file metal_screenshot.mm.
|
friend |
Definition at line 32 of file metal_screenshot.h.