rprCompositeSetInputFb
Sets framebuffer input for a composite node.
rpr_status rprCompositeSetInputFb( |
rpr_composite composite, |
const rpr_char * inputName, |
|
rpr_framebuffer input); |
Parameters
Parameter |
Description |
---|---|
composite |
The composite node to set input for. |
inputName |
The input parameter to set value for. |
input |
Framebuffer to set as the input. |
Notes
Only used on RPR_COMPOSITE_FRAMEBUFFER composite operations.
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.