bsPostProcessingConfig

Module: bsPostProcessingConfig

A declaration of functions which will be called in the given order for post-processing the platform. This will be done instead of calling the default post-processing script function postprocessLayerStack. The user-defined functions have to accept the same arguments as the default function postprocessLayerStack

void bsPostProcessingConfig.addPostProcessingStep(function, args)

Add a script function for post-processing.

Arguments: