Flutter Engine Uber Docs
Docs for the entire Flutter Engine repo.
 
Loading...
Searching...
No Matches
flutter::TesterContextMTLFactory Class Reference

#include <tester_context_mtl_factory.h>

Static Public Member Functions

static std::unique_ptr< TesterContextCreate ()
 

Detailed Description

Definition at line 17 of file tester_context_mtl_factory.h.

Member Function Documentation

◆ Create()

std::unique_ptr< TesterContext > flutter::TesterContextMTLFactory::Create ( )
static

Definition at line 125 of file tester_context_mtl_factory.mm.

125 {
126 auto context = std::make_unique<TesterContextMTL>();
127 if (!context->Initialize()) {
128 return nullptr;
129 }
130 return context;
131}

The documentation for this class was generated from the following files: