rprSceneAttachHeteroVolume

Attaches a heterogeneous volume to a scene.

rpr_status rprSceneAttachHeteroVolume(

rpr_scene scene,

rpr_hetero_volume heteroVolume);

Parameters

Parameter

Description

scene

The scene to attach a heterogeneous volume to.

heteroVolume

The heterogeneous volume to attach.

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.