Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
impeller::GoldenPlaygroundTest::GoldenPlaygroundTestImpl Struct Reference

Public Attributes

std::unique_ptr< PlaygroundImpltest_vulkan_playground
 
std::unique_ptr< PlaygroundImpltest_opengl_playground
 
std::unique_ptr< testing::Screenshotterscreenshotter
 
ISize window_size = ISize{1024, 768}
 

Detailed Description

Definition at line 109 of file golden_playground_test_mac.cc.

Member Data Documentation

◆ screenshotter

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

Definition at line 112 of file golden_playground_test_mac.cc.

◆ test_opengl_playground

std::unique_ptr<PlaygroundImpl> impeller::GoldenPlaygroundTest::GoldenPlaygroundTestImpl::test_opengl_playground

Definition at line 111 of file golden_playground_test_mac.cc.

◆ test_vulkan_playground

std::unique_ptr<PlaygroundImpl> impeller::GoldenPlaygroundTest::GoldenPlaygroundTestImpl::test_vulkan_playground

Definition at line 110 of file golden_playground_test_mac.cc.

◆ window_size

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

Definition at line 113 of file golden_playground_test_mac.cc.

113{1024, 768};

The documentation for this struct was generated from the following file: