DXGK_NATIVE_FENCE_LOG_OPERATION - NtDoc

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

typedef enum _DXGK_NATIVE_FENCE_LOG_OPERATION {
  DXGK_NATIVE_FENCE_LOG_OPERATION_SIGNAL_EXECUTED = 0,
  DXGK_NATIVE_FENCE_LOG_OPERATION_WAIT_UNBLOCKED = 1
} DXGK_NATIVE_FENCE_LOG_OPERATION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

A DXGK_NATIVE_FENCE_LOG_OPERATION value identifies the native log entry operation being logged.

Constants

DXGK_NATIVE_FENCE_LOG_OPERATION_SIGNAL_EXECUTED:0

The log entry is for a signal operation that has been executed on the GPU.

DXGK_NATIVE_FENCE_LOG_OPERATION_WAIT_UNBLOCKED:1

The log entry is for a wait condition that has been satisfied on the GPU.

Remarks

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

See also

DXGK_NATIVE_FENCE_LOG_ENTRY

DxgkDdiSetNativeFenceLogBuffer