#include "flutter/shell/platform/windows/egl/egl.h"
#include <EGL/egl.h>
#include "flutter/fml/logging.h"
Go to the source code of this file.
Namespaces | |
flutter | |
flutter::egl | |
Functions | |
void | flutter::egl::LogEGLError (std::string_view message) |
Log the last EGL error with an error message. More... | |
void | flutter::egl::LogEGLError (std::string_view file, int line) |
Log the last EGL error. More... | |