Missing ol.render.webgl.Immediate#drawAsync description

This commit is contained in:
Tim Schaub
2015-09-06 09:46:33 -06:00
parent a09c07a427
commit 8311f090de

View File

@@ -93,6 +93,9 @@ ol.render.webgl.Immediate.prototype.flush = function() {
/**
* Register a function to be called for rendering at a given zIndex. The
* function will be called asynchronously. The callback will receive a
* reference to {@link ol.render.canvas.Immediate} context for drawing.
* @param {number} zIndex Z index.
* @param {function(ol.render.webgl.Immediate)} callback Callback.
* @api