#include <switches.h>
Public Member Functions | |
| PlaygroundSwitches () | |
| PlaygroundSwitches (const fml::CommandLine &args) | |
Public Attributes | |
| bool | enable_playground = false |
| std::optional< std::chrono::milliseconds > | timeout |
| bool | enable_vulkan_validation = false |
Definition at line 15 of file switches.h.
|
default |
|
explicit |
Definition at line 13 of file switches.cc.
References enable_playground, enable_vulkan_validation, and timeout.
| bool impeller::PlaygroundSwitches::enable_playground = false |
Definition at line 16 of file switches.h.
Referenced by impeller::DlPlayground::OpenPlaygroundHere(), impeller::EntityPlayground::OpenPlaygroundHere(), impeller::AiksPlayground::OpenPlaygroundHere(), impeller::Playground::OpenPlaygroundHere(), and PlaygroundSwitches().
| bool impeller::PlaygroundSwitches::enable_vulkan_validation = false |
Definition at line 21 of file switches.h.
Referenced by impeller::PlaygroundImplVK::PlaygroundImplVK(), and PlaygroundSwitches().
| std::optional<std::chrono::milliseconds> impeller::PlaygroundSwitches::timeout |
Definition at line 20 of file switches.h.
Referenced by PlaygroundSwitches().