rprCompositeCompute

Computes a given composite operation, saves the result to framebuffer.

rpr_status rprCompositeCompute(

rpr_composite composite,

rpr_framebuffer fb);

Parameters

Parameter

Description

composite

The composite node to compute operation for.

fb

The framebuffer to save the result to.

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.