mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-11-21 16:46:41 -08:00
include: Add defines for some DXGI errors.
This commit is contained in:
parent
e3fb82d544
commit
2e1e098465
@ -23,6 +23,9 @@
|
||||
#ifndef __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
|
||||
{
|
||||
UINT Count;
|
||||
|
Loading…
Reference in New Issue
Block a user