Dispatch precompose and postcompose events for WebGL layers
This commit is contained in:
@@ -552,7 +552,11 @@ class WebGLTileLayerRenderer extends WebGLLayerRenderer {
|
||||
}
|
||||
}
|
||||
|
||||
this.helper.finalizeDraw(frameState);
|
||||
this.helper.finalizeDraw(
|
||||
frameState,
|
||||
this.dispatchPreComposeEvent,
|
||||
this.dispatchPostComposeEvent
|
||||
);
|
||||
|
||||
const canvas = this.helper.getCanvas();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user