proper ogl primitive restart code

This commit is contained in:
degasus
2013-04-10 12:58:52 +02:00
parent 1aa10b579a
commit b9ba82ec03
2 changed files with 17 additions and 13 deletions

View File

@ -24,6 +24,7 @@ extern struct VideoConfig {
bool bSupportCoverageMSAA;
bool bSupportSampleShading;
GLSL_VERSION eSupportedGLSLVersion;
bool bSupportOGL31;
const char *gl_vendor;
const char *gl_renderer;