Mercurial > touhou
comparison pytouhou/lib/opengl.pxd @ 583:47cf4e3d159d
Use libepoxy to discover the actual GL version we are using, and available extensions.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Sun, 05 Oct 2014 20:38:06 +0200 |
parents | b8df946d394d |
children | 538b52aafbca |
comparison
equal
deleted
inserted
replaced
582:6e79756b7f42 | 583:47cf4e3d159d |
---|---|
167 | 167 |
168 # Debug | 168 # Debug |
169 | 169 |
170 void glPushDebugGroup(GLenum source, GLuint id_, GLsizei length, const char *message) | 170 void glPushDebugGroup(GLenum source, GLuint id_, GLsizei length, const char *message) |
171 void glPopDebugGroup() | 171 void glPopDebugGroup() |
172 | |
173 # Non-OpenGL libepoxy functions. | |
174 | |
175 int epoxy_gl_version() | |
176 bint epoxy_has_gl_extension(const char *extension) | |
177 bint epoxy_is_desktop_gl() |