[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:
Justin Miller
2026-09-02 20:35:33 -07:00
committed by GitHub
parent 437759f505
commit b3729be87e
3 changed files with 3590 additions and 1 deletions

File diff suppressed because it is too large Load Diff

1754
sdk/include/ddk/dispmprt.h Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -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)