Flutter Engine Uber Docs
Docs for the entire Flutter Engine repo.
 
Loading...
Searching...
No Matches
tester_context_vk_factory.h File Reference
#include <memory>
#include "flutter/shell/testing/tester_context.h"

Go to the source code of this file.

Classes

class  flutter::TesterContextVKFactory
 

Namespaces

namespace  flutter
 

Macros

#define TESTER_ENABLE_VULKAN    (IMPELLER_SUPPORTS_RENDERING && IMPELLER_ENABLE_VULKAN)
 

Macro Definition Documentation

◆ TESTER_ENABLE_VULKAN

#define TESTER_ENABLE_VULKAN    (IMPELLER_SUPPORTS_RENDERING && IMPELLER_ENABLE_VULKAN)

Definition at line 12 of file tester_context_vk_factory.h.

14 {
15
16class TesterContextVKFactory {
17 public:
18 static std::unique_ptr<TesterContext> Create(bool enable_validation);
19};
20
21} // namespace flutter
22
23#endif // FLUTTER_SHELL_TESTING_TESTER_CONTEXT_VK_FACTORY_H_
ScopedObject< Object > Create(CtorArgs &&... args)
Definition object.h:161