Skip to content

Latest commit

 

History

History
84 lines (65 loc) · 4.2 KB

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

File metadata and controls

84 lines (65 loc) · 4.2 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(ID3D11Texture1D,D3D11_RTV_DIMENSION,DXGI_FORMAT,UINT,UINT,UINT)
CD3D11_RENDER_TARGET_VIEW_DESC::CD3D11_RENDER_TARGET_VIEW_DESC(ID3D11Texture1D,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_TEX1D_RTV or D3D11_TEX1D_ARRAY_RTV values.
CD3D11_RENDER_TARGET_VIEW_DESC
CD3D11_RENDER_TARGET_VIEW_DESC interface [Direct3D 11]
CD3D11_RENDER_TARGET_VIEW_DESC method
CD3D11_RENDER_TARGET_VIEW_DESC method [Direct3D 11]
CD3D11_RENDER_TARGET_VIEW_DESC method [Direct3D 11]
CD3D11_RENDER_TARGET_VIEW_DESC interface
CD3D11_RENDER_TARGET_VIEW_DESC.CD3D11_RENDER_TARGET_VIEW_DESC
CD3D11_RENDER_TARGET_VIEW_DESC.CD3D11_RENDER_TARGET_VIEW_DESC(ID3D11Texture1D
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(ID3D11Texture1D
D3D11_RTV_DIMENSION
DXGI_FORMAT
UINT
UINT
UINT)
CD3D11_RENDER_TARGET_VIEW_DESC::CD3D11_RENDER_TARGET_VIEW_DESC(const D3D11_RENDER_TARGET_VIEW_DESC&)
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_
direct3d11
2BE163D4-9E10-41FA-A925-0647427CC5EC
05/06/2019
CD3D11_RENDER_TARGET_VIEW_DESC, CD3D11_RENDER_TARGET_VIEW_DESC interface [Direct3D 11],CD3D11_RENDER_TARGET_VIEW_DESC method, CD3D11_RENDER_TARGET_VIEW_DESC method [Direct3D 11], CD3D11_RENDER_TARGET_VIEW_DESC method [Direct3D 11],CD3D11_RENDER_TARGET_VIEW_DESC interface, CD3D11_RENDER_TARGET_VIEW_DESC.CD3D11_RENDER_TARGET_VIEW_DESC, CD3D11_RENDER_TARGET_VIEW_DESC.CD3D11_RENDER_TARGET_VIEW_DESC(ID3D11Texture1D,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(ID3D11Texture1D,D3D11_RTV_DIMENSION,DXGI_FORMAT,UINT,UINT,UINT), CD3D11_RENDER_TARGET_VIEW_DESC::CD3D11_RENDER_TARGET_VIEW_DESC(const D3D11_RENDER_TARGET_VIEW_DESC&), 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_
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(ID3D11Texture1D,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_TEX1D_RTV or D3D11_TEX1D_ARRAY_RTV values.

-parameters

-param pTex1D

A pointer to a ID3D11Texture1D interface for a 1D texture.

-param viewDimension

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

-param format

A DXGI_FORMAT-typed value that specifies the viewing format.

-param mipSlice

The index of the mipmap level to use mip slice.

-param firstArraySlice

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

-param arraySize

Number of elements in the array.

-see-also

CD3D11_RENDER_TARGET_VIEW_DESC