D3DKMT_WDDM_3_1_CAPS structure (d3dkmdt.h)

Reserved for system use. Do not use.

Syntax

typedef struct _D3DKMT_WDDM_3_1_CAPS {
  union {
    struct {
      UINT NativeGpuFenceSupported : 1;
      UINT Reserved : 31;
    };
    UINT Value;
  };
} D3DKMT_WDDM_3_1_CAPS;

Members

NativeGpuFenceSupported

Specifies whether the native GPU fence feature is supported by this GPU. For more information about the native GPU fence feature, see Native GPU fence.

Reserved

Reserved for system use.

Value

An alternative way to access the cap bits.

Remarks

The graphics kernel uses D3DKMT_WDDM_3_1_CAPS to store various capabilities introduced in WDDM version 3.1. The driver provides its support capabilities during initialization, so it already knows all the values specified in this structure.

Requirements

Requirement Value
Minimum supported client Windows 11, version 24H2
Header d3dkmdt.h