D3DKMT_CREATENATIVEFENCE_FLAGS - NtDoc

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

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

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-d3dkmt_createnativefence_flags)

Description

D3DKMT_CREATENATIVEFENCE_FLAGS specifies flags to use when creating 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

D3DKMT_CREATENATIVEFENCE