![]() |
Flutter Engine
The Flutter Engine
|
An EGL config. These are returned by the display to indicate support for a specific config descriptor. More...
#include <config.h>
Public Member Functions | |
| ~Config () | |
| bool | IsValid () const |
| const ConfigDescriptor & | GetDescriptor () const |
| const EGLConfig & | GetHandle () const |
| Config (ConfigDescriptor descriptor, EGLConfig config) | |
An EGL config. These are returned by the display to indicate support for a specific config descriptor.
There is no ability to construct these manually except for testing.
|
default |
| Config::Config | ( | ConfigDescriptor | descriptor, |
| EGLConfig | config | ||
| ) |
| const ConfigDescriptor & Config::GetDescriptor | ( | ) | const |
| const EGLConfig & Config::GetHandle | ( | ) | const |
| bool Config::IsValid | ( | ) | const |