blob: 82e88b176ac2663c60e1aa601b8798a5c52d1733 (
plain)
1
2
3
4
5
6
7
8
|
#include "state_tracker/st_manager.h"
PUBLIC const int st_api_OpenGL_ES2 = 1;
PUBLIC const struct st_module st_module_OpenGL_ES2 = {
.api = ST_API_OPENGL_ES2,
.create_api = st_manager_create_api
};
|