Release the previously obtain critical section.
Syntax:
function S3DTK_ReleaseCritical: ULONG; cdecl;
Returns:
Always S3DTK_OK.
Description:
Together with S3DTK_EnterCritical this can be used to synchronize calls between threads using S3D. Note that there must not be any OS calls between S3DTK_EnterCritical and S3DTK_ReleaseCritical.
Unit: S3DTK