estructura D3DDDI_OFFER_FLAGS (d3dukmdt.h)
Marcas de oferta.
Sintaxis
typedef struct D3DDDI_OFFER_FLAGS {
union {
struct {
UINT AllowDecommit : 1;
UINT Reserved : 31;
};
UINT Value;
};
} D3DDDI_OFFER_FLAGS;
Miembros
AllowDecommit
Permitir descommit.
Reserved
Reservado.
Value
Requisitos
Requisito | Valor |
---|---|
Header | d3dukmdt.h |