Condividi tramite


struttura D3DDDI_OFFER_FLAGS (d3dukmdt.h)

Flag dell'offerta.

Sintassi

typedef struct D3DDDI_OFFER_FLAGS {
  union {
    struct {
      UINT AllowDecommit : 1;
      UINT Reserved : 31;
    };
    UINT Value;
  };
} D3DDDI_OFFER_FLAGS;

Members

AllowDecommit

Consenti decommit.

Reserved

Riservato.

Value

Requisiti

Requisito Valore
Intestazione d3dukmdt.h