diff options
Diffstat (limited to 'src/mesa/main/polygon.h')
-rw-r--r-- | src/mesa/main/polygon.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/polygon.h b/src/mesa/main/polygon.h index 13f7c91ed07..35f222f269d 100644 --- a/src/mesa/main/polygon.h +++ b/src/mesa/main/polygon.h @@ -36,6 +36,9 @@ struct gl_context; +extern void GLAPIENTRY +_mesa_GetnPolygonStippleARB( GLsizei bufSize, GLubyte *dest ); + extern void _mesa_polygon_stipple(struct gl_context *ctx, const GLubyte *pattern); |