rprCompositeSetInput1u
Sets uint input value for a composite node.
rpr_status rprCompositeSetInput1u( |
rpr_composite composite, |
const rpr_char * inputName, |
|
rpr_uint value); |
Parameters
Parameter |
Description |
---|---|
composite |
Composite node to set input value for. |
inputName |
The input parameter to set value for. |
value |
Input 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.