Flags that control a resource view description.
typedef enum D3D11X_RESOURCE_VIEW_FLAG
{
D3D11X_RESOURCE_VIEW_SET_ADDRESS_BASE
} D3D11X_RESOURCE_VIEW_FLAG;
| Constant | Description |
|---|---|
| D3D11X_RESOURCE_VIEW_SET_ADDRESS_BASE | This flag sets the base address. |
This enumeration is used for the Flags member of the D3D11X_RESOURCE_VIEW_DESC structure.
Header: Declared in d3d11_x.h.