DXGK_NATIVE_FENCE_LOG_TYPE - NtDoc

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

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;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3dukmdt-dxgk_native_fence_log_type)

Description

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

Constants

DXGK_NATIVE_FENCE_LOG_TYPE_WAITS:1

The log entry is for a wait.

DXGK_NATIVE_FENCE_LOG_TYPE_SIGNALS: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.

See also

DXGK_NATIVE_FENCE_LOG_HEADER

DxgkDdiSetNativeFenceLogBuffer