DXGK_CLOSENATIVEFENCE_FLAGS - NtDoc

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

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

NtDoc

No description available.

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

Description

DXGK_CLOSENATIVEFENCE_FLAGS specifies flags to use when closing a native GPU fence.

Members

Reserved

Reserved for system use.

Value

An alternative way to access the structure members.

Remarks

For more information about native GPU fences, see Native GPU fence objects.

See also

DXGKARG_CLOSENATIVEFENCE

DxgkDdiCloseNativeFence