compiler: add shader_info.cs.user_data_components_amd
[mesa.git] / src / mesa / main / rastpos.h
index dc28c68d41ba45cac8b07a7cb837f9324f949590..90b8f957b9f3c2676557954134fdcc3a9e71bd8a 100644 (file)
@@ -41,6 +41,9 @@ struct gl_context;
 extern void 
 _mesa_init_rastpos(struct gl_context *ctx);
 
+void
+_mesa_RasterPos(struct gl_context *ctx, const GLfloat vObj[4]);
+
 void GLAPIENTRY
 _mesa_RasterPos2d(GLdouble x, GLdouble y);
 void GLAPIENTRY