RetroArch/libretro-common/glsym/glsym_es3.c

11 lines
155 B
C
Raw Normal View History

2016-05-11 21:17:42 +00:00
#include "glsym.h"
#include <stddef.h>
#define SYM(x) { "gl" #x, &(gl##x) }
const struct rglgen_sym_map rglgen_symbol_map[] = {
{ NULL, NULL },
};