execute method

execute(self, post_processing, result)

Execute an post processing on specified render target


def execute(self, post_processing, result):
    ...
ParameterTypeDescription
post_processingPostProcessing
resultIRenderTarget

See Also