Flutter Engine
The Flutter Engine
|
#include "flutter/shell/common/context_options.h"
#include "flutter/common/graphics/persistent_cache.h"
Go to the source code of this file.
Namespaces | |
namespace | flutter |
Functions | |
GrContextOptions | flutter::MakeDefaultContextOptions (ContextType type, std::optional< GrBackendApi > api=std::nullopt) |
Initializes GrContextOptions with values suitable for Flutter. The options can be further tweaked before a GrContext is created from these options. More... | |