Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft