#include <proc_table_gles.h>
Definition at line 22 of file proc_table_gles.h.
◆ AutoErrorCheck()
impeller::AutoErrorCheck::AutoErrorCheck |
( |
PFNGLGETERRORPROC |
error, |
|
|
const char * |
name |
|
) |
| |
|
inline |
Definition at line 29 of file proc_table_gles.h.
const uint8_t uint32_t uint32_t GError ** error
const PFNGLGETERRORPROC error_fn
◆ ~AutoErrorCheck()
impeller::AutoErrorCheck::~AutoErrorCheck |
( |
| ) |
|
|
inline |
Definition at line 32 of file proc_table_gles.h.
32 {
35 if (
error == GL_NO_ERROR) {
36 return;
37 }
40 <<
error <<
")" <<
" encountered on call to " <<
name;
41 } else {
43 <<
")" <<
" encountered on call to " <<
name;
44 }
45 }
46 }
#define FML_LOG(severity)
bool GLErrorIsFatal(GLenum value)
const char * GLErrorToString(GLenum value)
◆ error_fn
const PFNGLGETERRORPROC impeller::AutoErrorCheck::error_fn |
◆ name
const char* impeller::AutoErrorCheck::name |
The documentation for this struct was generated from the following file: