include: Add defines for some DXGI errors.

This commit is contained in:
Józef Kucia 2016-10-17 14:24:22 +02:00
parent e3fb82d544
commit 2e1e098465

View File

@ -23,6 +23,9 @@
#ifndef __DXGI_BASE_H #ifndef __DXGI_BASE_H
#define __DXGI_BASE_H #define __DXGI_BASE_H
#define DXGI_ERROR_INVALID_CALL _HRESULT_TYPEDEF_(0x887A0001)
#define DXGI_ERROR_DEVICE_REMOVED _HRESULT_TYPEDEF_(0x887A0005)
typedef struct DXGI_SAMPLE_DESC typedef struct DXGI_SAMPLE_DESC
{ {
UINT Count; UINT Count;