Skip to content

Latest commit

 

History

History
104 lines (74 loc) · 1.82 KB

d3dkmt-wddm-1-2-caps.md

File metadata and controls

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

D3DKMT_WDDM_1_2_CAPS structure

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

Syntax

typedef struct _D3DKMT_WDDM_1_2_CAPS {
  D3DKMDT_PREEMPTION_CAPS PreemptionCaps;
  union {
    struct {
      UINT SupportNonVGA  :1;
      UINT SupportSmoothRotation  :1;
      UINT SupportPerEngineTDR  :1;
      UINT SupportKernelModeCommandBuffer  :1;
      UINT SupportCCD  :1;
      UINT SupportSoftwareDeviceBitmaps  :1;
      UINT SupportGammaRamp  :1;
      UINT SupportHWCursor  :1;
      UINT SupportHWVSync  :1;
      UINT SupportSurpriseRemovalInHibernation  :1;
      UINT Reserved  :22;
    };
    UINT   Value;
  };
} D3DKMT_WDDM_1_2_CAPS;

Members

PreemptionCaps

SupportNonVGA

SupportSmoothRotation

SupportPerEngineTDR

SupportKernelModeCommandBuffer

SupportCCD

SupportSoftwareDeviceBitmaps

SupportGammaRamp

SupportHWCursor

SupportHWVSync

SupportSurpriseRemovalInHibernation

Reserved

Value

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Header

D3dkmdt.h (include D3dkmdt.h)