fe1aec207ea2d6b7daa21d1e02d717f5344af28e
[mesa.git] / src / mesa / state_tracker / st_gl_api.h
1
2 #ifndef ST_GL_API_H
3 #define ST_GL_API_H
4
5 #include "state_tracker/st_api.h"
6
7 struct st_api *st_gl_api_create(void);
8 struct st_api *st_gl_api_create_es1(void);
9 struct st_api *st_gl_api_create_es2(void);
10
11 #endif