Skip to content

Latest commit

 

History

History
80 lines (63 loc) · 3.98 KB

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

File metadata and controls

80 lines (63 loc) · 3.98 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(ID3D11Texture3D,DXGI_FORMAT,UINT,UINT,UINT)
CD3D11_RENDER_TARGET_VIEW_DESC::CD3D11_RENDER_TARGET_VIEW_DESC(ID3D11Texture3D,DXGI_FORMAT,UINT,UINT,UINT) (d3d11.h)
Instantiates a new instance of a CD3D11_RENDER_TARGET_VIEW_DESC structure that is initialized with 3D texture 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(ID3D11Texture3D
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(ID3D11Texture3D
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
02F5F533-6DDC-4AA9-AB7F-867D3D0B05DF
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(ID3D11Texture3D,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(ID3D11Texture3D,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(ID3D11Texture3D,DXGI_FORMAT,UINT,UINT,UINT)

-description

Instantiates a new instance of a CD3D11_RENDER_TARGET_VIEW_DESC structure that is initialized with 3D texture values.

-parameters

-param pTex3D

A pointer to a ID3D11Texture3D interface for a 3D texture.

-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 firstWSlice

First depth level to use.

-param wSize

Number of depth levels to use in the render-target view, starting from firstWSlice. A value of -1 indicates all of the slices along the w axis, starting from firstWSlice.

-see-also

CD3D11_RENDER_TARGET_VIEW_DESC