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