rprPostEffectSetParameter1f

Sets a post effect parameter to a float value.

rpr_status rprPostEffectSetParameter1f(

rpr_post_effect effect,

rpr_char const * name,

rpr_float x);

Parameters

Parameter

Description

effect

The post effect to set the parameter value for.

name

The parameter name.

x

The parameter value to set.

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.