Skip to content

Latest commit

 

History

History
92 lines (69 loc) · 4.97 KB

nf-d3d11-cd3d11_render_target_view_desc-cd3d11_render_target_view_desc(d3d11_rtv_dimension_dxgi_format_uint_uint_uint).md

File metadata and controls

92 lines (69 loc) · 4.97 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:d3d11.CD3D11_RENDER_TARGET_VIEW_DESC.CD3D11_RENDER_TARGET_VIEW_DESC(D3D11_RTV_DIMENSION,DXGI_FORMAT,UINT,UINT,UINT)
CD3D11_RENDER_TARGET_VIEW_DESC::CD3D11_RENDER_TARGET_VIEW_DESC(D3D11_RTV_DIMENSION,DXGI_FORMAT,UINT,UINT,UINT) (d3d11.h)
Instantiates a new instance of a CD3D11_RENDER_TARGET_VIEW_DESC structure that is initialized with D3D11_RENDER_TARGET_VIEW_DESC values.
CD3D11_RENDER_TARGET_VIEW_DESC
CD3D11_RENDER_TARGET_VIEW_DESC constructor [Direct3D 11]
CD3D11_RENDER_TARGET_VIEW_DESC constructor [Direct3D 11]
CD3D11_RENDER_TARGET_VIEW_DESC interface
CD3D11_RENDER_TARGET_VIEW_DESC interface [Direct3D 11]
CD3D11_RENDER_TARGET_VIEW_DESC constructor
CD3D11_RENDER_TARGET_VIEW_DESC.CD3D11_RENDER_TARGET_VIEW_DESC
CD3D11_RENDER_TARGET_VIEW_DESC.CD3D11_RENDER_TARGET_VIEW_DESC(D3D11_RTV_DIMENSION
DXGI_FORMAT
UINT
UINT
UINT)
CD3D11_RENDER_TARGET_VIEW_DESC::CD3D11_RENDER_TARGET_VIEW_DESC
CD3D11_RENDER_TARGET_VIEW_DESC::CD3D11_RENDER_TARGET_VIEW_DESC(D3D11_RTV_DIMENSION
DXGI_FORMAT
UINT
UINT
UINT)
d3d11/CD3D11_RENDER_TARGET_VIEW_DESC::CD3D11_RENDER_TARGET_VIEW_DESC
direct3d11.cd3d11_render_target_view_desc_cd3d11_render_target_view_desc_d3d11_render_target_view_desc_values_
direct3d11\cd3d11_render_target_view_desc_cd3d11_render_target_view_desc_d3d11_render_target_view_desc_values_.htm
direct3d11
216BB870-029D-4AF2-86EB-F8F11982CA45
12/05/2018
CD3D11_RENDER_TARGET_VIEW_DESC, CD3D11_RENDER_TARGET_VIEW_DESC constructor [Direct3D 11], CD3D11_RENDER_TARGET_VIEW_DESC constructor [Direct3D 11],CD3D11_RENDER_TARGET_VIEW_DESC interface, CD3D11_RENDER_TARGET_VIEW_DESC interface [Direct3D 11],CD3D11_RENDER_TARGET_VIEW_DESC constructor, CD3D11_RENDER_TARGET_VIEW_DESC.CD3D11_RENDER_TARGET_VIEW_DESC, CD3D11_RENDER_TARGET_VIEW_DESC.CD3D11_RENDER_TARGET_VIEW_DESC(D3D11_RTV_DIMENSION,DXGI_FORMAT,UINT,UINT,UINT), CD3D11_RENDER_TARGET_VIEW_DESC::CD3D11_RENDER_TARGET_VIEW_DESC, CD3D11_RENDER_TARGET_VIEW_DESC::CD3D11_RENDER_TARGET_VIEW_DESC(D3D11_RTV_DIMENSION,DXGI_FORMAT,UINT,UINT,UINT), d3d11/CD3D11_RENDER_TARGET_VIEW_DESC::CD3D11_RENDER_TARGET_VIEW_DESC, direct3d11.cd3d11_render_target_view_desc_cd3d11_render_target_view_desc_d3d11_render_target_view_desc_values_
d3d11.h
Windows
Windows 7 [desktop apps \| UWP apps]
Windows Server 2008 R2 [desktop apps \| UWP apps]
D3D11.lib
Windows
19H1
CD3D11_RENDER_TARGET_VIEW_DESC::CD3D11_RENDER_TARGET_VIEW_DESC
d3d11/CD3D11_RENDER_TARGET_VIEW_DESC::CD3D11_RENDER_TARGET_VIEW_DESC
c++
APIRef
kbSyntax
COM
D3D11.lib
D3D11.dll
CD3D11_RENDER_TARGET_VIEW_DESC.CD3D11_RENDER_TARGET_VIEW_DESC

CD3D11_RENDER_TARGET_VIEW_DESC::CD3D11_RENDER_TARGET_VIEW_DESC(D3D11_RTV_DIMENSION,DXGI_FORMAT,UINT,UINT,UINT)

-description

Instantiates a new instance of a CD3D11_RENDER_TARGET_VIEW_DESC structure that is initialized with D3D11_RENDER_TARGET_VIEW_DESC values.

-parameters

-param viewDimension

Type: D3D11_RTV_DIMENSION

A D3D11_RTV_DIMENSION-typed value that specifies the resource type of the view.

-param format

Type: DXGI_FORMAT

A DXGI_FORMAT-typed value that specifies the viewing format.

-param mipSlice

Type: UINT

The index of the mipmap level to use mip slice. FirstElement for D3D11_BUFFER_SRV.

-param firstArraySlice

Type: UINT

The index of the first element to use in an array of elements.

NumElements for D3D11_BUFFER_SRV. FirstWSlice for D3D11_TEX3D_RTV.

-param arraySize

Type: UINT

Number of elements in the array. WSize for D3D11_TEX3D_RTV.

-see-also

CD3D11_RENDER_TARGET_VIEW_DESC