D3D11X_RESOURCE_VIEW_FLAG Enumeration

Flags that control a resource view description.

Syntax

typedef enum D3D11X_RESOURCE_VIEW_FLAG
{
    D3D11X_RESOURCE_VIEW_SET_ADDRESS_BASE
} D3D11X_RESOURCE_VIEW_FLAG;  

Constants

Constant Description
D3D11X_RESOURCE_VIEW_SET_ADDRESS_BASE This flag sets the base address.

Remarks

This enumeration is used for the Flags member of the D3D11X_RESOURCE_VIEW_DESC structure.

Requirements

Header: Declared in d3d11_x.h.