D3DKMT_SUBMITCOMMANDFLAGS structure (d3dkmthk.h)

Structure that identifies, in bit-field flags, information about a direct memory access (DMA) buffer to submit to the graphics processing unit (GPU).

Syntax

typedef struct _D3DKMT_SUBMITCOMMANDFLAGS {
  [in] UINT NullRendering : 1;
  [in] UINT PresentRedirected : 1;
       UINT NoKmdAccess : 1;
       UINT Reserved : 29;
} D3DKMT_SUBMITCOMMANDFLAGS;

Members

[in] NullRendering

A UINT value that specifies whether the driver should simulate the insertion of the DMA buffer into the ring (that is, whether the driver should generate the fence interrupt at the end of the DMA buffer); however, the driver should not actually run (render) the DMA buffer.

[in] PresentRedirected

A UINT value that specifies whether the DMA buffer contains a redirected present operation, which is a present to a shared allocation that belongs to the Display Windows Manager.

NoKmdAccess

Reserved

Reserved for internal use.

Requirements

Requirement Value
Header d3dkmthk.h