Added the concept of post process passes for webgl

This commit is contained in:
Olivier Guyot
2018-11-15 20:04:49 +01:00
parent 7fa2189fe9
commit 0c1424c5bb
2 changed files with 24 additions and 108 deletions

View File

@@ -64,7 +64,7 @@ class WebGLPointsLayerRenderer extends LayerRenderer {
const options = opt_options || {};
this.context_ = new WebGLHelper({
postProcessingShader: options.postProcessingShader
postProcesses: options.postProcesses
});
this.sourceRevision_ = -1;