DXGK_NATIVE_FENCE_LOG_BUFFER structure (d3dukmdt.h)
DXGK_NATIVE_FENCE_LOG_BUFFER is a structure that represents a native fence log buffer.
Syntax
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;
Members
Header
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11, version 24H2 |
Header | d3dukmdt.h |