rprShapeSetContourIgnore
Sets 1 if ignore shape in the Contour rendering flag. This flag is used only if Contour is enabled.
rpr_status rprShapeSetContourIgnore( |
rpr_shape shape, |
rpr_bool ignoreInContour); |
Parameters
Parameter |
Description |
---|---|
shape |
|
ignoreInContour |
Flag indicating whether to ignore a shape in contour rendering. Possible values are 0 or 1. |
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.