mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-14 22:29:15 +01:00
[dxgi] Add missing DXGI_CPU_ACCESS_* defines
This commit is contained in:
parent
ac79f69a10
commit
b7a5f11121
@ -35,3 +35,11 @@
|
|||||||
#define DXGI_RESOURCE_PRIORITY_HIGH (0xa0000000)
|
#define DXGI_RESOURCE_PRIORITY_HIGH (0xa0000000)
|
||||||
#define DXGI_RESOURCE_PRIORITY_MAXIMUM (0xc8000000)
|
#define DXGI_RESOURCE_PRIORITY_MAXIMUM (0xc8000000)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef DXGI_CPU_ACCESS_NONE
|
||||||
|
#define DXGI_CPU_ACCESS_NONE (0)
|
||||||
|
#define DXGI_CPU_ACCESS_DYNAMIC (1)
|
||||||
|
#define DXGI_CPU_ACCESS_READ_WRITE (2)
|
||||||
|
#define DXGI_CPU_ACCESS_SCRATCH (3)
|
||||||
|
#define DXGI_CPU_ACCESS_FIELD (0xf)
|
||||||
|
#endif
|
Loading…
x
Reference in New Issue
Block a user