Skip to content

Latest commit

 

History

History
81 lines (63 loc) · 2.42 KB

ns-d3d10-d3d10_tex3d_rtv.md

File metadata and controls

81 lines (63 loc) · 2.42 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
NS:d3d10.D3D10_TEX3D_RTV
D3D10_TEX3D_RTV (d3d10.h)
Specifies the subresource(s) from a 3D texture to use in a render-target view.
D3D10_TEX3D_RTV
D3D10_TEX3D_RTV structure [Direct3D 10]
a846ce63-d213-1889-2297-8bc813006637
d3d10/D3D10_TEX3D_RTV
direct3d10.d3d10_tex3d_rtv
direct3d10\d3d10_tex3d_rtv.htm
direct3d10
VS|directx_sdk|~\d3d10_tex3d_rtv.htm
12/05/2018
D3D10_TEX3D_RTV, D3D10_TEX3D_RTV structure [Direct3D 10], a846ce63-d213-1889-2297-8bc813006637, d3d10/D3D10_TEX3D_RTV, direct3d10.d3d10_tex3d_rtv
d3d10.h
Windows
Windows
D3D10_TEX3D_RTV
19H1
D3D10_TEX3D_RTV
d3d10/D3D10_TEX3D_RTV
c++
APIRef
kbSyntax
HeaderDef
D3D10.h
D3D10_TEX3D_RTV

D3D10_TEX3D_RTV structure

-description

Specifies the subresource(s) from a 3D texture to use in a render-target view.

-struct-fields

-field MipSlice

Type: UINT

The index of the mipmap level to use (see mip slice).

-field FirstWSlice

Type: UINT

First depth level to use.

-field WSize

Type: UINT

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.

-remarks

This structure is one member of a render target view. See D3D10_RENDER_TARGET_VIEW_DESC.

-see-also

Resource Structures