mirror of
https://github.com/reactos/reactos.git
synced 2026-09-08 18:30:51 +08:00
[SDK] Create dispmprt.h and expand d3dkmddi.h (#9403)
--------- Co-authored-by: Hermès BÉLUSCA - MAÏTO <hermes.belusca-maito@reactos.org>
This commit is contained in:
File diff suppressed because it is too large
Load Diff
1754
sdk/include/ddk/dispmprt.h
Normal file
1754
sdk/include/ddk/dispmprt.h
Normal file
File diff suppressed because it is too large
Load Diff
@@ -51,6 +51,7 @@
|
||||
#define DXGKDDI_INTERFACE_VERSION_WDDM2_8 0xD001
|
||||
#define DXGKDDI_INTERFACE_VERSION_WDDM2_9 0xE003
|
||||
#define DXGKDDI_INTERFACE_VERSION_WDDM3_0 0xF003
|
||||
#define DXGKDDI_INTERFACE_VERSION_WDDM3_1 0x10002
|
||||
|
||||
|
||||
#define IS_OFFICIAL_DDI_INTERFACE_VERSION(version) \
|
||||
@@ -72,7 +73,8 @@
|
||||
((version) == DXGKDDI_INTERFACE_VERSION_WDDM2_7) || \
|
||||
((version) == DXGKDDI_INTERFACE_VERSION_WDDM2_8) || \
|
||||
((version) == DXGKDDI_INTERFACE_VERSION_WDDM2_9) || \
|
||||
((version) == DXGKDDI_INTERFACE_VERSION_WDDM3_0) \
|
||||
((version) == DXGKDDI_INTERFACE_VERSION_WDDM3_0) || \
|
||||
((version) == DXGKDDI_INTERFACE_VERSION_WDDM3_1) \
|
||||
)
|
||||
|
||||
#if !defined(DXGKDDI_INTERFACE_VERSION)
|
||||
|
||||
Reference in New Issue
Block a user