Go to the source code of this file.
|
| #define | TESTER_ENABLE_METAL (IMPELLER_SUPPORTS_RENDERING && IMPELLER_ENABLE_METAL && SHELL_ENABLE_METAL) |
| |
◆ TESTER_ENABLE_METAL
| #define TESTER_ENABLE_METAL (IMPELLER_SUPPORTS_RENDERING && IMPELLER_ENABLE_METAL && SHELL_ENABLE_METAL) |
Definition at line 12 of file tester_context_mtl_factory.h.
14 {
15
16class TesterContextMTLFactory {
17 public:
18 static std::unique_ptr<TesterContext>
Create();
19};
20
21}
22
23#endif
ScopedObject< Object > Create(CtorArgs &&... args)