#include <proc_table_gles.h>
Public Member Functions | |
AutoErrorCheck (PFNGLGETERRORPROC error, const char *name) | |
~AutoErrorCheck () | |
Public Attributes | |
const PFNGLGETERRORPROC | error_fn |
const char * | name |
Definition at line 25 of file proc_table_gles.h.
|
inline |
Definition at line 31 of file proc_table_gles.h.
|
inline |
Definition at line 34 of file proc_table_gles.h.
References error_fn, impeller::GLErrorIsFatal(), impeller::GLErrorToString(), and name.
const PFNGLGETERRORPROC impeller::AutoErrorCheck::error_fn |
Definition at line 26 of file proc_table_gles.h.
Referenced by ~AutoErrorCheck().
const char* impeller::AutoErrorCheck::name |
Definition at line 29 of file proc_table_gles.h.
Referenced by ~AutoErrorCheck().