execute method

execute

Execute an post processing on specified render target

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

See Also