Add ol.render.webgl.Immediate#drawAsync

This commit is contained in:
Éric Lemoine
2014-01-06 17:07:23 +01:00
parent 84fc86f469
commit 3f1d74a0f5

View File

@@ -13,6 +13,13 @@ ol.render.webgl.Immediate = function(context, pixelRatio) {
};
/**
* @inheritDoc
*/
ol.render.webgl.Immediate.prototype.drawAsync = function(zIndex, callback) {
};
/**
* @param {ol.Feature} feature Feature.
* @param {ol.style.Style} style Style.