Bewerken

Delen via


DXGKARG_FENCESTORAGEVALUETYPE enumeration (d3dkmdt.h)

The DXGKARG_FENCESTORAGEVALUETYPE enumeration specifies the type of fence value.

Syntax

typedef enum _DXGKARG_FENCESTORAGEVALUETYPE {
  D3DKARG_FENCESTORAGETYPE_CURRENTVALUE,
  D3DKARG_FENCESTORAGETYPE_MONITOREDVALUE
} DXGKARG_FENCESTORAGEVALUETYPE;

Constants

 
D3DKARG_FENCESTORAGETYPE_CURRENTVALUE
The fence value is the current value.
D3DKARG_FENCESTORAGETYPE_MONITOREDVALUE
The fence value is the monitored value.

Requirements

Requirement Value
Minimum supported client Windows 11, version 24H2 (WDDM 3.2)
Header d3dkmdt.h

See also

D3DKMDT_FENCESTORAGESURFACEDATA