rprContextDetachPostEffect

Detaches a given post effect from a context.

Subsequent calls to rprContextRender() will not run this post processing effect.

rpr_status rprContextDetachPostEffect(

rpr_context context,

rpr_post_effect effect);

Parameters

Parameter

Description

context

The context to detach a post effect from.

effect

The post effect to detach.

Return

Returns RPR_SUCCESS in case of success, or RPR_ERROR code if a problem was encountered.

To learn how to handle errors in AMD Radeon ProRender SDK, see Error Handling.