D3D11X_TEX_VIEW Structure

Describes a TEX view.

Syntax

typedef struct D3D11X_TEX_VIEW {
    UINT MipBase;
    UINT MipLevels;
    D3D11X_TEX_ACCESS_CONTROL Control;
} D3D11X_TEX_VIEW;  

Members

MipBase
Mip base. This is the MostDetailedMip, on SRV. This is the MipSlice, on UAV, RTV, and DSV.

MipLevels
MIP levels. Ignored on UAV, RTV, and DSV.

Control
The control, as a D3D11X_TEX_ACCESS_CONTROL structure.

Remarks

This structure is used to typedef the following types as aliases:

Requirements

Header: Declared in d3d11_x.h.