rprSceneDetachCurve
Detaches a curve object from a scene.
rpr_status rprSceneDetachCurve( |
rpr_scene scene, |
rpr_curve curve); |
Parameters
Parameter |
Description |
---|---|
scene |
The scene to detach a curve from. |
curve |
The curve to detach. |
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.