#include <proc_table_gles.h>
Public Member Functions | |
| AutoErrorCheck (PFNGLGETERRORPROC error, std::string_view name) | |
| ~AutoErrorCheck () | |
Public Attributes | |
| const PFNGLGETERRORPROC | error_fn |
| std::string_view | name |
Definition at line 26 of file proc_table_gles.h.
|
inline |
Definition at line 33 of file proc_table_gles.h.
|
inline |
Definition at line 36 of file proc_table_gles.h.
References error, error_fn, FML_LOG, impeller::GLErrorIsFatal(), impeller::GLErrorToString(), and name.
| const PFNGLGETERRORPROC impeller::AutoErrorCheck::error_fn |
Definition at line 27 of file proc_table_gles.h.
Referenced by ~AutoErrorCheck().
| std::string_view impeller::AutoErrorCheck::name |
Name of the GL call being wrapped. should not be stored beyond the caller's lifetime.
Definition at line 31 of file proc_table_gles.h.
Referenced by ~AutoErrorCheck().