Tao.Cg SDK Documentation

Cg.cgDestroyContext Method 

Destroys the specified Cg context.

[Visual Basic]
Public Shared Sub cgDestroyContext( _
   ByVal context As IntPtr _
)
[C#]
public static void cgDestroyContext(
   IntPtr context
);

Parameters

context
Handle to the Cg context to destroy.

See Also

Cg Class | Tao.Cg Namespace