Name

cgD3D11GetLastError - get the last D3D error that occurred

Synopsis

#include <Cg/cgD3D11.h>

HRESULT cgD3D11GetLastError( 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 cgD3D11GetLastError.

Description

cgD3D11GetLastError 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 = cgD3D11GetLastError();

Errors

None.

History

cgD3D11GetLastError was introduced in Cg 3.0.

See Also

cgD3D11TranslateHRESULT