rprContextGetAOV
Queries the AOV. Saves its pixels to the framebuffer.
rpr_status rprContextGetAOV( |
rpr_context context, |
rpr_aov aov, |
|
rpr_framebuffer * out_fb); |
Parameters
Parameter |
Description |
---|---|
context |
The context to get a framebuffer from. |
aov |
Type of aov to get. |
out_fb |
A pointer to a framebuffer object returned. |
Output
A pointer to a framebuffer object.
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.