mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-11-29 01:24:11 +01:00
[include] Add definitions for D3D12 header
This commit is contained in:
parent
687d32cac5
commit
b06e82591e
@ -40,6 +40,8 @@ typedef const void* LPCVOID;
|
||||
|
||||
typedef size_t SIZE_T;
|
||||
|
||||
typedef int8_t INT8;
|
||||
|
||||
typedef uint8_t UINT8;
|
||||
typedef uint8_t BYTE;
|
||||
|
||||
@ -49,6 +51,8 @@ typedef uint16_t USHORT;
|
||||
typedef int64_t LONGLONG;
|
||||
typedef uint64_t ULONGLONG;
|
||||
|
||||
typedef intptr_t LONG_PTR;
|
||||
|
||||
typedef float FLOAT;
|
||||
|
||||
#ifndef GUID_DEFINED
|
||||
@ -327,3 +331,5 @@ typedef struct RGNDATA {
|
||||
|
||||
#define FAILED(hr) ((HRESULT)(hr) < 0)
|
||||
#define SUCCEEDED(hr) ((HRESULT)(hr) >= 0)
|
||||
|
||||
#define DEFINE_ENUM_FLAG_OPERATORS(T)
|
||||
|
Loading…
Reference in New Issue
Block a user