Description
This optional callback is used by the Render Manager to instruct the rendering engine to clean up all data created by it by previous Process callback. The two callbacks are guaranteed to always be called one after the other, never at the same time.
Applies To
Syntax
// C++
CStatus <renderer_name>_Quality( CRef& in_context )
{
...
}<renderer_name> is the name specified in the call to RegisterRenderer with any spaces removed.
Parameters
|
Parameter |
Language |
Type |
Description |
|
in_context |
C++ |
CRef & |
A reference to the RendererContext object. Context::GetSource returns the Renderer . |
See Also
• Process
• Abort
• Cleanup
• Query
Autodesk Softimage v7.5