mesa: add support for memory object creation/import/delete
[mesa.git] / src / mesa / main / points.h
index c3d0f691b0389287618f13a498e570206d36845d..c2b67a371fd63f8f801b09b7ce9120e67a64f1e4 100644 (file)
@@ -37,6 +37,9 @@
 struct gl_context;
 
 
+void GLAPIENTRY
+_mesa_PointSize_no_error(GLfloat size);
+
 extern void GLAPIENTRY
 _mesa_PointSize( GLfloat size );