DXGKARG_FENCESTORAGEVALUETYPE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmdt.h

typedef enum _DXGKARG_FENCESTORAGEVALUETYPE {
  D3DKARG_FENCESTORAGETYPE_CURRENTVALUE,
  D3DKARG_FENCESTORAGETYPE_MONITOREDVALUE
} DXGKARG_FENCESTORAGEVALUETYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3dkmdt-dxgkarg_fencestoragevaluetype)

Description

The DXGKARG_FENCESTORAGEVALUETYPE enumeration specifies the type of fence value.

Constants

D3DKARG_FENCESTORAGETYPE_CURRENTVALUE

The fence value is the current value.

D3DKARG_FENCESTORAGETYPE_MONITOREDVALUE

The fence value is the monitored value.

See also

D3DKMDT_FENCESTORAGESURFACEDATA