rprContextGetAttachedPostEffectCount
Returns the number of post effects set on the context.
rpr_status rprContextGetAttachedPostEffectCount( |
rpr_context context, |
rpr_uint * nb); |
Parameters
Parameter |
Description |
---|---|
context |
The context to get the number of post effects from. |
nb |
The number of post effects set on the context returned. |
Output
The number of post effects set on the context.
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.