Flutter Impeller
impeller::GoldenPlaygroundTest::GoldenPlaygroundTestImpl Struct Reference

Public Member Functions

 GoldenPlaygroundTestImpl ()
 

Public Attributes

std::unique_ptr< testing::MetalScreenshotterscreenshotter
 
ISize window_size = ISize{1024, 768}
 

Detailed Description

Definition at line 89 of file golden_playground_test_mac.cc.

Constructor & Destructor Documentation

◆ GoldenPlaygroundTestImpl()

impeller::GoldenPlaygroundTest::GoldenPlaygroundTestImpl::GoldenPlaygroundTestImpl ( )
inline

Definition at line 90 of file golden_playground_test_mac.cc.

91  : screenshotter(new testing::MetalScreenshotter()) {}

Member Data Documentation

◆ screenshotter

std::unique_ptr<testing::MetalScreenshotter> impeller::GoldenPlaygroundTest::GoldenPlaygroundTestImpl::screenshotter

Definition at line 92 of file golden_playground_test_mac.cc.

◆ window_size

ISize impeller::GoldenPlaygroundTest::GoldenPlaygroundTestImpl::window_size = ISize{1024, 768}

Definition at line 93 of file golden_playground_test_mac.cc.


The documentation for this struct was generated from the following file:
impeller::GoldenPlaygroundTest::GoldenPlaygroundTestImpl::screenshotter
std::unique_ptr< testing::MetalScreenshotter > screenshotter
Definition: golden_playground_test_mac.cc:92