共用方式為


D3DDDI_OFFER_FLAGS結構(d3dukmdt.h)

供應專案旗標。

語法

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

成員

AllowDecommit

允許取消認可。

Reserved

保留。

Value

要求

要求 價值
標頭 d3dukmdt.h