DXGI_OFFER_RESOURCE_FLAGS enumeration (dxgi1_5.h)
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 Value: 0x1 Indicates the ability to allow memory de-commit by the DirectX Graphics Kernel. |
Requirements
Requirement | Value |
---|---|
Header | dxgi1_5.h |