Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A structure that holds information to queue hardware flags.
Syntax
typedef struct _D3DDDICB_SUBMITCOMMANDTOHWQUEUEFLAGS {
union {
struct {
UINT Reserved : 32;
};
UINT Value;
};
} D3DDDICB_SUBMITCOMMANDTOHWQUEUEFLAGS;
Members
Reserved
Reserved.
Value
Value.
Requirements
Requirement | Value |
---|---|
Header | d3dumddi.h |