ID3D11UnorderedAccessView1::GetDesc1 method

Gets a description of the resource.

Syntax


void GetDesc1(
  [out] D3D11_UNORDERED_ACCESS_VIEW_DESC1 *pDesc1
);

Parameters

pDesc1 [out]

Type: D3D11_UNORDERED_ACCESS_VIEW_DESC1*

A pointer to a D3D11_UNORDERED_ACCESS_VIEW_DESC1 structure that receives the description of the unordered-access resource.

Return value

Returns nothing.

Requirements

Minimum supported client

Windows 10 [desktop apps only]

Minimum supported server

Windows Server 2016 [desktop apps only]

Header

D3D11_3.h

Library

D3D11.lib

See also

ID3D11UnorderedAccessView1

 

 

Show: