DXGK_NATIVE_FENCE_LOG_TYPE enumeration (d3dukmdt.h)

A DXGK_NATIVE_FENCE_LOG_TYPE value identifies the type of a native log entry.

Syntax

typedef enum _DXGK_NATIVE_FENCE_LOG_TYPE {
  DXGK_NATIVE_FENCE_LOG_TYPE_WAITS = 1,
  DXGK_NATIVE_FENCE_LOG_TYPE_SIGNALS = 2
} DXGK_NATIVE_FENCE_LOG_TYPE;

Constants

 
DXGK_NATIVE_FENCE_LOG_TYPE_WAITS
Value: 1
The log entry is for a wait.
DXGK_NATIVE_FENCE_LOG_TYPE_SIGNALS
Value: 2
The log entry is for a signal.

Remarks

For more information about native GPU fences and log buffer usage, see Native GPU fence objects.

Requirements

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

See also

DXGK_NATIVE_FENCE_LOG_HEADER

DxgkDdiSetNativeFenceLogBuffer