Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_CURRENTVALUEThe fence value is the current value. |
D3DKARG_FENCESTORAGETYPE_MONITOREDVALUEThe fence value is the monitored value. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 11, version 24H2 (WDDM 3.2) |
| Header | d3dkmdt.h |