D3DDDICB_SUBMITCOMMANDTOHWQUEUEFLAGS - NtDoc

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

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

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dumddi-_d3dddicb_submitcommandtohwqueueflags)

_D3DDDICB_SUBMITCOMMANDTOHWQUEUEFLAGS structure

Description

A structure that holds information to queue hardware flags.

Members

Reserved

Reserved.

Value

Value.

Remarks

See also