rprCompositeSetInput4f
Sets float input value for a composite node.
rpr_status rprCompositeSetInput4f( |
rpr_composite composite, |
const rpr_char * inputName, |
|
float x, |
|
float y, |
|
float z, |
|
float w); |
Parameters
Parameter |
Description |
---|---|
in_node |
The composite node to set input value for. |
in_input |
The input parameter to set value for. |
in_value_x |
X input value to set. |
in_value_y |
Y input value to set. |
in_value_z |
Z input value to set. |
in_value_w |
W 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.