D3DKMT_NOTIFY_WORK_SUBMISSION_FLAGS structure (d3dkmthk.h)

Important

Some information relates to a prerelease product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

The D3DKMT_NOTIFY_WORK_SUBMISSION_FLAGS structure specifies work submission notification flags.

Syntax

typedef struct _D3DKMT_NOTIFY_WORK_SUBMISSION_FLAGS {
  union {
    struct {
      UINT Reserved : 32;
    };
    UINT Value;
  };
} D3DKMT_NOTIFY_WORK_SUBMISSION_FLAGS;

Members

Reserved

Reserved for internal use.

Value

Value used to operate over this structure's members collectively.

Requirements

Requirement Value
Minimum supported client WIN11_FUTURE
Header d3dkmthk.h

See also

D3DKMT_NOTIFY_WORK_SUBMISSION

D3DKMTNotifyWorkSubmission