Flutter Windows Embedder
egl.h File Reference
#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...
 

Macro Definition Documentation

◆ WINDOWS_LOG_EGL_ERROR

#define WINDOWS_LOG_EGL_ERROR   LogEGLError(__FILE__, __LINE__);

Definition at line 19 of file egl.h.