Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Macros | Functions
egl.h File Reference
#include <string_view>

Go to the source code of this file.

Namespaces

namespace  flutter
 
namespace  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.
 
void flutter::egl::LogEGLError (std::string_view file, int line)
 Log the last EGL error.
 

Macro Definition Documentation

◆ WINDOWS_LOG_EGL_ERROR

#define WINDOWS_LOG_EGL_ERROR   LogEGLError(__FILE__, __LINE__);

Definition at line 19 of file egl.h.