#include <string_view>
Go to the source code of this file.
Namespaces | |
flutter | |
flutter::egl | |
Macros | |
#define | WINDOWS_LOG_EGL_ERROR LogEGLError(__FILE__, __LINE__); |
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... | |