DXGI_OFFER_RESOURCE_FLAGS enumeration

Specifies flags for the OfferResources1 method.

Syntax


typedef enum _DXGI_OFFER_RESOURCE_FLAGS { 
  DXGI_OFFER_RESOURCE_FLAG_ALLOW_DECOMMIT  = 0x1
} DXGI_OFFER_RESOURCE_FLAGS;

Constants

DXGI_OFFER_RESOURCE_FLAG_ALLOW_DECOMMIT

Indicates the ability to allow memory de-commit by the DirectX Graphics Kernel.

Requirements

Header

Dxgi1_5.h

See also

DXGI Enumerations

 

 

Show: