Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 93 of file t_vb_points.c.
{ struct point_stage_data *store = POINT_STAGE_DATA(stage); if (store) { _mesa_vector4f_free( &store->PointSize ); _mesa_free( store ); stage->privatePtr = NULL; } }