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.
Offer flags.
Syntax
typedef struct D3DDDI_OFFER_FLAGS {
union {
struct {
UINT AllowDecommit : 1;
UINT Reserved : 31;
};
UINT Value;
};
} D3DDDI_OFFER_FLAGS;
Members
AllowDecommit
Allow decommit.
Reserved
Reserved.
Value
Requirements
| Requirement | Value |
|---|---|
| Header | d3dukmdt.h |