DXGK_NATIVE_FENCE_LOG_BUFFER - NtDoc

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

typedef struct _DXGK_NATIVE_FENCE_LOG_BUFFER {
  DXGK_NATIVE_FENCE_LOG_HEADER Header;
  DXGK_NATIVE_FENCE_LOG_ENTRY  Entries[1];
} DXGK_NATIVE_FENCE_LOG_BUFFER;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dukmdt-dxgk_native_fence_log_buffer)

Description

DXGK_NATIVE_FENCE_LOG_BUFFER is a structure that represents a native fence log buffer.

Members

A DXGK_NATIVE_FENCE_LOG_HEADER structure that contains the header information for the native fence log buffer.

Entries[1]

Array of Header.NumberofEntries DXGK_NATIVE_FENCE_LOG_ENTRY structures that contain the native fence log entries.

Remarks

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

See also

DXGK_NATIVE_FENCE_LOG_ENTRY

DXGK_NATIVE_FENCE_LOG_HEADER

DXGKARG_SETNATIVEFENCELOGBUFFER

DxgkDdiSetNativeFenceLogBuffer