]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid_shared.c
funky interlacing-like rendering feature from div0 (scr_stipple cvar)
[xonotic/darkplaces.git] / vid_shared.c
index 8bd1851e23c86a725d200fe65314838db28f44ea..6a2d0d2c7d43f7d59e987ecb04e95d90d3cd9836 100644 (file)
@@ -240,6 +240,7 @@ void (GLAPIENTRY *qglScissor)(GLint x, GLint y, GLsizei width, GLsizei height);
 
 void (GLAPIENTRY *qglPolygonOffset)(GLfloat factor, GLfloat units);
 void (GLAPIENTRY *qglPolygonMode)(GLenum face, GLenum mode);
+void (GLAPIENTRY *qglPolygonStipple)(const GLubyte *mask);
 
 //[515]: added on 29.07.2005
 void (GLAPIENTRY *qglLineWidth)(GLfloat width);
@@ -468,6 +469,7 @@ static dllfunction_t opengl110funcs[] =
        {"glScissor", (void **) &qglScissor},
        {"glPolygonOffset", (void **) &qglPolygonOffset},
        {"glPolygonMode", (void **) &qglPolygonMode},
+       {"glPolygonStipple", (void **) &qglPolygonStipple},
        {NULL, NULL}
 };