// 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 referenceNo description available.
DXGK_NATIVE_FENCE_LOG_BUFFER is a structure that represents a native fence log buffer.
HeaderA 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.
For more information about native GPU fences and log buffer usage, see Native GPU fence objects.
DXGKARG_SETNATIVEFENCELOGBUFFER
DxgkDdiSetNativeFenceLogBuffer