D3D11_TEX2D_UAV Structure

Describes a unordered-access 2D texture resource.

Syntax

typedef struct D3D11_TEX2D_UAV {
    UINT MipSlice;
} D3D11_TEX2D_UAV;  

Members

MipSlice
The mipmap slice index.

Remarks

This structure is used by a D3D11_UNORDERED_ACCESS_VIEW_DESC.

Requirements

Header: Declared in d3d11_x.h (d3d11.h on other Windows platforms).