rprContextSetAOV

Sets AOV to a framebuffer.

rpr_status rprContextSetAOV(

rpr_context context,

rpr_aov aov,

rpr_framebuffer frame_buffer);

Parameters

Parameter

Description

context

The context to set AOV for.

aov

AOV.

frame_buffer

Framebuffer object to set.

Notes

Also enables the AOV.

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.