DXGKARG_UPDATENATIVEFENCELOGS_FLAGS - NtDoc

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

typedef struct _DXGKARG_UPDATENATIVEFENCELOGS_FLAGS {
  union {
    struct {
      UINT Reserved : 32;
    };
    UINT Value;
  };
} DXGKARG_UPDATENATIVEFENCELOGS_FLAGS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmddi-dxgkarg_updatenativefencelogs_flags)

Description

DXGKARG_UPDATENATIVEFENCELOGS_FLAGS specifies flags to use when flushing native fence log writes.

Members

Reserved

Reserved for system use.

Value

An alternative way to access the flags.

Remarks

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

See also

DXGKARG_UPDATENATIVEFENCELOGS

DxgkDdiUpdateNativeFenceLogs