Name
cgD3D10GetLastError - get the last D3D error that occurred
Synopsis
#include <Cg/cgD3D10.h>
HRESULT cgD3D10GetLastError( void );
Parameters
None.
Return Values
Returns the last D3D error that occurred during an expanded interface
function call.
Returns D3D_OK if no D3D error has occurred since the last call
to cgD3D10GetLastError.
Description
cgD3D10GetLastError retrieves the last D3D error that occurred
during an expanded interface function call. The last error is always
cleared immediately after the call.
Examples
HRESULT lastError = cgD3D10GetLastError();
Errors
None.
History
cgD3D10GetLastError was introduced in Cg 2.1.
See Also
cgD3D10TranslateHRESULT
|