Cross Reference: st_gl_api.h
xref
: /
xsrc
/
external
/
mit
/
MesaLib
/
dist
/
src
/
mesa
/
state_tracker
/
st_gl_api.h
Home
History
Annotate
Line#
Navigate
Raw
Download
only in
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
1
2
#
ifndef
ST_GL_API_H
3
#
define
ST_GL_API_H
4
5
struct
st_api
*
st_gl_api_create
(
void
);
6
7
#
endif
8