Skip to content

Latest commit

 

History

History
83 lines (68 loc) · 3.18 KB

nn-d3d11-id3d11view.md

File metadata and controls

83 lines (68 loc) · 3.18 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
NN:d3d11.ID3D11View
ID3D11View (d3d11.h)
A view interface specifies the parts of a resource the pipeline can access during rendering. (ID3D11View)
0332b528-6d94-2603-1e1b-65d4d541f94f
ID3D11View
ID3D11View interface [Direct3D 11]
ID3D11View interface [Direct3D 11]
described
d3d11/ID3D11View
direct3d11.id3d11view
direct3d11\id3d11view.htm
direct3d11
060973b4-bf7d-4be2-b087-85a5b1bca905
12/05/2018
0332b528-6d94-2603-1e1b-65d4d541f94f, ID3D11View, ID3D11View interface [Direct3D 11], ID3D11View interface [Direct3D 11],described, d3d11/ID3D11View, direct3d11.id3d11view
d3d11.h
Windows
Windows 7 [desktop apps \| UWP apps]
Windows Server 2008 R2 [desktop apps \| UWP apps]
D3D11.lib
Windows
19H1
ID3D11View
d3d11/ID3D11View
c++
APIRef
kbSyntax
COM
D3D11.lib
D3D11.dll
ID3D11View

ID3D11View interface

-description

A view interface specifies the parts of a resource the pipeline can access during rendering.

-inheritance

The ID3D11View interface inherits from ID3D11DeviceChild. ID3D11View also has these types of members:

-remarks

A view interface is the base interface for all views. There are four types of views; a depth-stencil view, a render-target view, a shader-resource view, and an unordered-access view.

All resources must be bound to the pipeline before they can be accessed.

-see-also

ID3D11DeviceChild

Resource Interfaces