Skip to content

Latest commit

 

History

History
83 lines (68 loc) · 3.12 KB

nn-d3d10-id3d10view.md

File metadata and controls

83 lines (68 loc) · 3.12 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:d3d10.ID3D10View
ID3D10View (d3d10.h)
A view interface specifies the parts of a resource the pipeline can access during rendering (see view).
ID3D10View
ID3D10View interface [Direct3D 10]
ID3D10View interface [Direct3D 10]
described
d3d10/ID3D10View
direct3d10.id3d10view
f36206a8-55f1-ac58-4818-8c308ce6e81f
direct3d10\id3d10view.htm
direct3d10
VS|directx_sdk|~\id3d10view.htm
12/05/2018
ID3D10View, ID3D10View interface [Direct3D 10], ID3D10View interface [Direct3D 10],described, d3d10/ID3D10View, direct3d10.id3d10view, f36206a8-55f1-ac58-4818-8c308ce6e81f
d3d10.h
Windows
D3D10.lib
Windows
19H1
ID3D10View
d3d10/ID3D10View
c++
APIRef
kbSyntax
COM
D3D10.lib
D3D10.dll
ID3D10View

ID3D10View interface

-description

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

-inheritance

The ID3D10View interface inherits from ID3D10DeviceChild. ID3D10View also has these types of members:

-remarks

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

All resources must be bound to the pipeline before they can be accessed. A view can also be used to access a typeless resource.

-see-also

ID3D10DeviceChild

Resource Interfaces