st/egl: Reorganize targets.
[mesa.git] / src / gallium / targets / egl / st_GLESv1_CM.c
1 #include "state_tracker/st_gl_api.h"
2
3 PUBLIC struct st_api *
4 st_api_create_OpenGL_ES1(void)
5 {
6 return st_gl_api_create_es1();
7 }