Skip to content

Latest commit

 

History

History
99 lines (72 loc) · 4.37 KB

ne-d3d10-d3d10_rtv_dimension.md

File metadata and controls

99 lines (72 loc) · 4.37 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
NE:d3d10.D3D10_RTV_DIMENSION
D3D10_RTV_DIMENSION (d3d10.h)
Specifies how to access a resource used in a render-target view.
D3D10_RTV_DIMENSION
D3D10_RTV_DIMENSION enumeration [Direct3D 10]
D3D10_RTV_DIMENSION_BUFFER
D3D10_RTV_DIMENSION_TEXTURE1D
D3D10_RTV_DIMENSION_TEXTURE1DARRAY
D3D10_RTV_DIMENSION_TEXTURE2D
D3D10_RTV_DIMENSION_TEXTURE2DARRAY
D3D10_RTV_DIMENSION_TEXTURE2DMS
D3D10_RTV_DIMENSION_TEXTURE2DMSARRAY
D3D10_RTV_DIMENSION_TEXTURE3D
D3D10_RTV_DIMENSION_UNKNOWN
d3d10/D3D10_RTV_DIMENSION
d3d10/D3D10_RTV_DIMENSION_BUFFER
d3d10/D3D10_RTV_DIMENSION_TEXTURE1D
d3d10/D3D10_RTV_DIMENSION_TEXTURE1DARRAY
d3d10/D3D10_RTV_DIMENSION_TEXTURE2D
d3d10/D3D10_RTV_DIMENSION_TEXTURE2DARRAY
d3d10/D3D10_RTV_DIMENSION_TEXTURE2DMS
d3d10/D3D10_RTV_DIMENSION_TEXTURE2DMSARRAY
d3d10/D3D10_RTV_DIMENSION_TEXTURE3D
d3d10/D3D10_RTV_DIMENSION_UNKNOWN
direct3d10.d3d10_rtv_dimension
ee7da179-55ef-38ba-f14d-1b95f3eb9520
direct3d10\d3d10_rtv_dimension.htm
direct3d10
VS|directx_sdk|~\d3d10_rtv_dimension.htm
12/05/2018
D3D10_RTV_DIMENSION, D3D10_RTV_DIMENSION enumeration [Direct3D 10], D3D10_RTV_DIMENSION_BUFFER, D3D10_RTV_DIMENSION_TEXTURE1D, D3D10_RTV_DIMENSION_TEXTURE1DARRAY, D3D10_RTV_DIMENSION_TEXTURE2D, D3D10_RTV_DIMENSION_TEXTURE2DARRAY, D3D10_RTV_DIMENSION_TEXTURE2DMS, D3D10_RTV_DIMENSION_TEXTURE2DMSARRAY, D3D10_RTV_DIMENSION_TEXTURE3D, D3D10_RTV_DIMENSION_UNKNOWN, d3d10/D3D10_RTV_DIMENSION, d3d10/D3D10_RTV_DIMENSION_BUFFER, d3d10/D3D10_RTV_DIMENSION_TEXTURE1D, d3d10/D3D10_RTV_DIMENSION_TEXTURE1DARRAY, d3d10/D3D10_RTV_DIMENSION_TEXTURE2D, d3d10/D3D10_RTV_DIMENSION_TEXTURE2DARRAY, d3d10/D3D10_RTV_DIMENSION_TEXTURE2DMS, d3d10/D3D10_RTV_DIMENSION_TEXTURE2DMSARRAY, d3d10/D3D10_RTV_DIMENSION_TEXTURE3D, d3d10/D3D10_RTV_DIMENSION_UNKNOWN, direct3d10.d3d10_rtv_dimension, ee7da179-55ef-38ba-f14d-1b95f3eb9520
d3d10.h
Windows
Windows
D3D10_RTV_DIMENSION
19H1
D3D10_RTV_DIMENSION
d3d10/D3D10_RTV_DIMENSION
c++
APIRef
kbSyntax
HeaderDef
D3D10.h
D3D10_RTV_DIMENSION

D3D10_RTV_DIMENSION enumeration

-description

Specifies how to access a resource used in a render-target view.

-enum-fields

-field D3D10_RTV_DIMENSION_UNKNOWN:0

The resource will be accessed according to its type as determined from the actual instance this enumeration is paired with when the render-target view is created.

-field D3D10_RTV_DIMENSION_BUFFER:1

The resource will be accessed as a buffer.

-field D3D10_RTV_DIMENSION_TEXTURE1D:2

The resource will be accessed as a 1D texture.

-field D3D10_RTV_DIMENSION_TEXTURE1DARRAY:3

The resource will be accessed as an array of 1D textures.

-field D3D10_RTV_DIMENSION_TEXTURE2D:4

The resource will be accessed as a 2D texture.

-field D3D10_RTV_DIMENSION_TEXTURE2DARRAY:5

The resource will be accessed as an array of 2D textures.

-field D3D10_RTV_DIMENSION_TEXTURE2DMS:6

The resource will be accessed as a 2D texture with multisampling.

-field D3D10_RTV_DIMENSION_TEXTURE2DMSARRAY:7

The resource will be accessed as an array of 2D textures with multisampling.

-field D3D10_RTV_DIMENSION_TEXTURE3D:8

The resource will be accessed as a 3D texture.

-remarks

This enumeration is used in D3D10_RENDER_TARGET_VIEW_DESC to create a render-target view.

-see-also

Resource Enumerations