Skip to content

Latest commit

 

History

History
80 lines (58 loc) · 1.37 KB

d3dkmt-wddm-1-3-caps.md

File metadata and controls

80 lines (58 loc) · 1.37 KB
title description keywords topic_type ms.topic api_name api_location api_type ms.date
D3DKMT_WDDM_1_3_CAPS Structure
Learn about the D3DKMT\_WDDM\_1\_3\_CAPS structure, which is reserved for system use. Do not use in your driver.
D3DKMT_WDDM_1_3_CAPS structure Display Devices
apiref
reference
D3DKMT_WDDM_1_3_CAPS
D3dkmdt.h
HeaderDef
01/05/2018

D3DKMT_WDDM_1_3_CAPS structure

Reserved for system use. Do not use in your driver.

Syntax

typedef struct _D3DKMT_WDDM_1_3_CAPS {
  union {
    struct {
      UINT SupportMiracast  :1;
      UINT IsHybridIntegratedGPU  :1;
      UINT IsHybridDiscreteGPU  :1;
      UINT SupportPowerManagementPStates  :1;
      UINT Reserved  :28;
    };
  };
} D3DKMT_WDDM_1_3_CAPS;

Members

SupportMiracast

IsHybridIntegratedGPU

IsHybridDiscreteGPU

SupportPowerManagementPStates

Reserved

Requirements

Minimum supported client

Windows 8.1

Minimum supported server

Windows Server 2012 R2

Header

D3dkmdt.h (include D3dkmdt.h)