Go to the source code of this file.
|
enum | gl_capability_enum {
GL_CAPS_NONE = 0,
GL_CAPS_EGLIMAGE,
GL_CAPS_SYNC,
GL_CAPS_MIPMAP,
GL_CAPS_VAO,
GL_CAPS_FBO,
GL_CAPS_ARGB8,
GL_CAPS_DEBUG,
GL_CAPS_PACKED_DEPTH_STENCIL,
GL_CAPS_ES2_COMPAT,
GL_CAPS_UNPACK_ROW_LENGTH,
GL_CAPS_FULL_NPOT_SUPPORT,
GL_CAPS_SRGB_FBO,
GL_CAPS_SRGB_FBO_ES3,
GL_CAPS_FP_FBO,
GL_CAPS_BGRA8888,
GL_CAPS_GLES3_SUPPORTED,
GL_CAPS_TEX_STORAGE,
GL_CAPS_TEX_STORAGE_EXT
} |
|
◆ gl_capability_enum
Enumerator |
---|
GL_CAPS_NONE | |
GL_CAPS_EGLIMAGE | |
GL_CAPS_SYNC | |
GL_CAPS_MIPMAP | |
GL_CAPS_VAO | |
GL_CAPS_FBO | |
GL_CAPS_ARGB8 | |
GL_CAPS_DEBUG | |
GL_CAPS_PACKED_DEPTH_STENCIL | |
GL_CAPS_ES2_COMPAT | |
GL_CAPS_UNPACK_ROW_LENGTH | |
GL_CAPS_FULL_NPOT_SUPPORT | |
GL_CAPS_SRGB_FBO | |
GL_CAPS_SRGB_FBO_ES3 | |
GL_CAPS_FP_FBO | |
GL_CAPS_BGRA8888 | |
GL_CAPS_GLES3_SUPPORTED | |
GL_CAPS_TEX_STORAGE | |
GL_CAPS_TEX_STORAGE_EXT | |
◆ gl_check_capability()
◆ gl_check_error()
bool gl_check_error |
( |
char ** |
error_string | ) |
|
◆ gl_query_core_context_in_use()
bool gl_query_core_context_in_use |
( |
void |
| ) |
|
◆ gl_query_core_context_set()
void gl_query_core_context_set |
( |
bool |
set | ) |
|
◆ gl_query_core_context_unset()
void gl_query_core_context_unset |
( |
void |
| ) |
|
◆ gl_query_extension()