blob: 87b3e65e2397a471a7dd86ad510fd5c2b67cb5ff [file] [log] [blame]
#include "state_tracker/st_gl_api.h"
PUBLIC struct st_api *
st_api_create_OpenGL_ES2(void)
{
return st_gl_api_create_es2();
}