Edit

D3DKMT_NOTIFY_WORK_SUBMISSION 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 structure is passed to D3DKMTNotifyWorkSubmission to notify the kernel-mode display driver (KMD) that the user-mode display driver (UMD) has submitted work to the GPU.

Syntax

typedef struct _D3DKMT_NOTIFY_WORK_SUBMISSION {
  D3DKMT_HANDLE                       hHwQueue;
  D3DKMT_NOTIFY_WORK_SUBMISSION_FLAGS Flags;
  BYTE                                PrivateDriverData[D3DDDI_UMS_PDD_SIZE];
} D3DKMT_NOTIFY_WORK_SUBMISSION;

Members

hHwQueue

Flags

[in] A D3DKMT_NOTIFY_WORK_SUBMISSION_FLAGS structure with work submission flags.

PrivateDriverData[D3DDDI_UMS_PDD_SIZE]

Remarks

For more information, see User-mode work submission.

Requirements

Requirement Value
Minimum supported client Windows 11, version 24H2 (WDDM 3.2)
Header d3dkmthk.h

See also

D3DKMT_NOTIFY_WORK_SUBMISSION_FLAGS

D3DKMTNotifyWorkSubmission