Merge remote branch 'origin/7.8'
[mesa.git] / src / gallium / state_trackers / es / st_es1.c
1 #include "state_tracker/st_manager.h"
2
3 PUBLIC const int st_api_OpenGL_ES1 = 1;
4
5 PUBLIC const struct st_module st_module_OpenGL_ES1 = {
6 .api = ST_API_OPENGL_ES1,
7 .create_api = st_manager_create_api
8 };