CD3D11_SHADER_RESOURCE_VIEW_DESC::CD3D11_SHADER_RESOURCE_VIEW_DESC(constD3D11_SHADER_RESOURCE_VIEW_DESC&) function (d3d11.h)

Instantiates a new instance of a CD3D11_SHADER_RESOURCE_VIEW_DESC structure that is initialized with a D3D11_SHADER_RESOURCE_VIEW_DESC structure.

Syntax

void CD3D11_SHADER_RESOURCE_VIEW_DESC(
  [ref] const D3D11_SHADER_RESOURCE_VIEW_DESC & o
);

Parameters

[ref] o

Type: const D3D11_SHADER_RESOURCE_VIEW_DESC

Address of the D3D11_SHADER_RESOURCE_VIEW_DESC structure that initializes the CD3D11_SHADER_RESOURCE_VIEW_DESC structure.

Return value

None

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps | UWP apps]
Minimum supported server Windows Server 2008 R2 [desktop apps | UWP apps]
Target Platform Windows
Header d3d11.h
Library D3D11.lib

See also

CD3D11_SHADER_RESOURCE_VIEW_DESC