Freigeben über


ID3D11View Interface

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

Mitglieder

ID3D11ViewSchnittstelle erbt von ID3D11DeviceChild. ID3D11View umfasst auch die folgenden Typen von Mitgliedern:

  • Methoden

Methoden

ID3D11ViewSchnittstelle umfasst die folgenden Methoden.

Methode Beschreibung
GetResource

Get the resource that is accessed through this view.

 

Hinweise

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.

Siehe auch

Resource Interfaces