Frees memory allocated by the function ippsTriangleInitAlloc.
IppStatus ippsTriangleFree(IppTriangleState_16s* pTriangleState);
pTriangleState |
Pointer to the triangle generator specification structure. |
The function ippsTriangleFree is declared in the ipps.h file. This function closes the triangle generator state by freeing all memory associated with the structure created by ippsTriangleInitAllocQ15 .
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when the pointer pTriangleState is NULL. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.