Go to the source code of this file.
|
| #define | TESTER_ENABLE_VULKAN (IMPELLER_SUPPORTS_RENDERING && IMPELLER_ENABLE_VULKAN && SHELL_ENABLE_VULKAN) |
| |
◆ TESTER_ENABLE_VULKAN
| #define TESTER_ENABLE_VULKAN (IMPELLER_SUPPORTS_RENDERING && IMPELLER_ENABLE_VULKAN && SHELL_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}
22
23#endif
ScopedObject< Object > Create(CtorArgs &&... args)