void polygonOffset(double factor, double units) { startCheck("polygonOffset"); glPolygonOffset(_gl, factor, units); checkError('polygonOffset'); }