HP SVA V2.1 Parallel Compositing Reference Guide

pcContextDestroy(3)
NAME
pcContextDestroy -- Destroys an existing context.
Synopsis
PCerr pcContextDestroy(
PCcontext ctx
);
Parameters
ctx The context to destroy.
Returns
This function returns PC_NO_ERROR on successful completion.
Description
This function destroys an existing context. All hosts that originally created the context must call
this function. The function blocks until all hosts have called it. This function cannot be called
between pcFrameBegin and pcFrameEnd calls on the same context.
Calling pcSessionDestroy destroys all contexts in a session. It is an alternate means of
destroying a context.
48