rprCompositeSetInputC

Sets an input as another composite node to chain composite operations together.

rpr_status rprCompositeSetInputC(

rpr_composite composite,

const rpr_char * inputName,

rpr_composite input);

Parameters

Parameter

Description

composite

The composite node to set input for.

inputName

The input parameter.

input

The composite node to pass as the input.

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.