RetroArch
|
#include <stdio.h>
#include <stdint.h>
#include <math.h>
#include <string.h>
#include <boolean.h>
#include <glsym/glsym.h>
#include <gfx/gl_capabilities.h>
Functions | |
bool | gl_query_core_context_in_use (void) |
void | gl_query_core_context_set (bool set) |
void | gl_query_core_context_unset (void) |
bool | gl_query_extension (const char *ext) |
bool | gl_check_error (char **error_string) |
bool | gl_check_capability (enum gl_capability_enum enum_idx) |
Variables | |
static bool | gl_core_context = false |
bool gl_check_capability | ( | enum gl_capability_enum | enum_idx | ) |
bool gl_check_error | ( | char ** | error_string | ) |