blob: 4e89e06b34cdd00a851a19ea1c9afff0bfdf1fb1 (
plain)
1
2
3
4
5
6
7
8
|
#include "state_tracker/st_manager.h"
PUBLIC const int st_api_OpenGL_ES1 = 1;
PUBLIC const struct st_module st_module_OpenGL_ES1 = {
.api = ST_API_OPENGL_ES1,
.create_api = st_manager_create_api
};
|