aboutsummaryrefslogtreecommitdiff
path: root/mesalib/src/mesa/state_tracker/st_gl_api.h
blob: 59782d0d5cb3851a240486ed100ae821992bf36c (plain)
1
2
3
4
5
6
7

#ifndef ST_GL_API_H
#define ST_GL_API_H

struct st_api *st_gl_api_create(void);

#endif