5#ifndef FLUTTER_IMPELLER_TOOLKIT_EGL_CONFIG_H_
6#define FLUTTER_IMPELLER_TOOLKIT_EGL_CONFIG_H_
78 EGLConfig config_ =
nullptr;
An EGL config. These are returned by the display to indicate support for a specific config descriptor...
const ConfigDescriptor & GetDescriptor() const
Config(ConfigDescriptor descriptor, EGLConfig config)
const EGLConfig & GetHandle() const
A connection to an EGL display. Only one connection per application instance is sufficient.