Immediate rendering for all vector contexts

This commit is contained in:
Tim Schaub
2016-03-18 17:31:14 -06:00
parent f0814628b7
commit 0eb7e8220d
5 changed files with 3 additions and 70 deletions

View File

@@ -20,9 +20,6 @@ goog.require('ol.vec.Mat4');
* new ol.geom.Polygon([[[0, 0], [100, 100], [100, 0], [0, 0]]]));
* ```
*
* Note that {@link ol.render.canvas.Immediate#drawAsync} and
* {@link ol.render.canvas.Immediate#drawFeature} cannot be used.
*
* @param {CanvasRenderingContext2D} context Canvas context.
* @param {olx.render.ToContextOptions=} opt_options Options.
* @return {ol.render.canvas.Immediate} Canvas Immediate.