// 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 referenceNo description available.
A DXGK_NATIVE_FENCE_LOG_TYPE value identifies the type of a native log entry.
DXGK_NATIVE_FENCE_LOG_TYPE_WAITS:1The log entry is for a wait.
DXGK_NATIVE_FENCE_LOG_TYPE_SIGNALS:2The log entry is for a signal.
For more information about native GPU fences and log buffer usage, see Native GPU fence objects.
DxgkDdiSetNativeFenceLogBuffer