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